From a559ed3dc2a2eb6a4f7c458264ff892db8a42173 Mon Sep 17 00:00:00 2001 From: Alex Belanger Date: Sat, 9 Mar 2024 00:12:03 -0500 Subject: [PATCH] It doesn't pass args, not sure why. --- k8s/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index c4ebce97..698be4c0 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -20,6 +20,8 @@ spec: containers: - name: candide image: gcr.io/PROJECT_ID/REPOSITORY/IMAGE:GITHUB_SHA + workingDir: "/opt/pbot" + command: ["/opt/pbot/bin/pbot"] args: ["data_dir=/mnt/persistent", "irc.botnick=candide2"] volumeMounts: - mountPath: /mnt/persistent