fix: remove testing instructions
Signed-off-by: Thomas Stocker <thomas.stocker.pro@gmail.com>
This commit is contained in:
committed by
Bryan Frimin
parent
47c4efb8c8
commit
ec67ac3991
@@ -39,7 +39,7 @@ spec:
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
command: ["/bin/sh", "-c"] # replaces ENTRYPOINT
|
||||
args: ["echo $DB_PASSWORD && cat /etc/probod/config.yml && exec /usr/local/bin/probod -cfg-file /etc/probod/config.yml"]
|
||||
args: ["exec /usr/local/bin/probod -cfg-file /etc/probod/config.yml"]
|
||||
|
||||
# args:
|
||||
# - "-cfg-file"
|
||||
|
||||
Reference in New Issue
Block a user