mirror of
https://github.com/pragma-/pbot.git
synced 2025-12-12 03:37:24 +01:00
It doesn't pass args, not sure why.
This commit is contained in:
parent
77c6ffacf4
commit
a559ed3dc2
@ -20,6 +20,8 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: candide
|
- name: candide
|
||||||
image: gcr.io/PROJECT_ID/REPOSITORY/IMAGE:GITHUB_SHA
|
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"]
|
args: ["data_dir=/mnt/persistent", "irc.botnick=candide2"]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /mnt/persistent
|
- mountPath: /mnt/persistent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user