fix: remove testing instructions

Signed-off-by: Thomas Stocker <thomas.stocker.pro@gmail.com>
This commit is contained in:
Thomas Stocker
2025-11-04 12:04:56 +01:00
committed by Bryan Frimin
parent 47c4efb8c8
commit ec67ac3991

View File

@@ -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"