We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f431bbc commit 43ce6feCopy full SHA for 43ce6fe
deployment-configuration/helm/templates/auto-deployments.yaml
@@ -120,14 +120,15 @@ spec:
120
mountPath: /opt/cloudharness/resources/secrets/{{ $dep }}
121
readOnly: true
122
{{- end }}
123
+
124
125
+ {{- end }}
126
{{- if or (has "accounts" .app.harness.dependencies.hard) (eq .app.harness.name "accounts") }}
127
{{/* legacy path for accounts auth resources mount */}}
- {{- if eq $dep "accounts" }}
128
- name: cloudharness-accounts
129
mountPath: /opt/cloudharness/resources/auth
130
131
- {{- end }}
132
{{- if .app.harness.deployment.volume }}
133
- name: {{ .app.harness.deployment.volume.name }}
134
mountPath: {{ .app.harness.deployment.volume.mountpath }}
0 commit comments