Skip to content

Commit 2e4fd81

Browse files
helm: move verbose and sign args outside artifactory check (#121)
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: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: bjornrobertsson <[email protected]>
1 parent 1e60250 commit 2e4fd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ spec:
7272
{{- else }}
7373
- --extensions-dir
7474
- /extensions
75+
{{- end }}
7576
{{- if .Values.verboseLogging }}
7677
- --verbose
7778
{{- end }}
7879
{{- if .Values.extensionSigning }}
7980
- --sign
8081
{{- end }}
81-
{{- end }}
8282
{{- if or (.Values.volumeMounts) (not .Values.persistence.artifactory.enabled) }}
8383
volumeMounts:
8484
{{- if not .Values.persistence.artifactory.enabled }}

0 commit comments

Comments
 (0)