From 81ccf7720a36e3e644db95a3e51966f2606bf6e9 Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 10:40:52 +0000 Subject: [PATCH] helm: move verbose and sign args outside artifactory check Move --verbose and --sign arguments outside of the artifactory.enabled if-else block so they are applied regardless of artifactory configuration. Previously, these arguments were only applied when artifactory was disabled. Co-authored-by: bjornrobertsson <572461+bjornrobertsson@users.noreply.github.com> --- helm/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 310a475..1424b7b 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -72,13 +72,13 @@ spec: {{- else }} - --extensions-dir - /extensions + {{- end }} {{- if .Values.verboseLogging }} - --verbose {{- end }} {{- if .Values.extensionSigning }} - --sign {{- end }} - {{- end }} {{- if or (.Values.volumeMounts) (not .Values.persistence.artifactory.enabled) }} volumeMounts: {{- if not .Values.persistence.artifactory.enabled }}