From 77c6ffacf40d46cb525dc2c17e406645dd9580dc Mon Sep 17 00:00:00 2001 From: Alex Belanger Date: Fri, 8 Mar 2024 23:21:50 -0500 Subject: [PATCH] Args not honored. --- k8s/deployment.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 771bf0bf..c4ebce97 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -20,6 +20,7 @@ spec: containers: - name: candide image: gcr.io/PROJECT_ID/REPOSITORY/IMAGE:GITHUB_SHA + args: ["data_dir=/mnt/persistent", "irc.botnick=candide2"] volumeMounts: - mountPath: /mnt/persistent name: persistent @@ -30,9 +31,6 @@ spec: limits: cpu: "0.5" memory: 500Mi - args: - - "data_dir=/mnt/persistent" - - "irc.botnick=candide_" volumes: - name: persistent persistentVolumeClaim: