Skip to content

Commit f6b66b6

Browse files
committed
CH-232 template fix
1 parent 128eb00 commit f6b66b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployment-configuration/helm/templates/auto-deployments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ spec:
123123

124124

125125
{{- end }}
126-
{{- (has "accounts" .app.harness.dependencies.hard) }}
126+
{{- if (has "accounts" .app.harness.dependencies.hard) }}
127127
{{/* legacy path for accounts auth resources mount */}}
128128
- name: cloudharness-accounts
129129
mountPath: /opt/cloudharness/resources/auth

0 commit comments

Comments
 (0)