We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128eb00 commit f6b66b6Copy full SHA for f6b66b6
1 file changed
deployment-configuration/helm/templates/auto-deployments.yaml
@@ -123,7 +123,7 @@ spec:
123
124
125
{{- end }}
126
- {{- (has "accounts" .app.harness.dependencies.hard) }}
+ {{- if (has "accounts" .app.harness.dependencies.hard) }}
127
{{/* legacy path for accounts auth resources mount */}}
128
- name: cloudharness-accounts
129
mountPath: /opt/cloudharness/resources/auth
0 commit comments