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 bac9e84 commit 9f5466cCopy full SHA for 9f5466c
charts/apps/templates/backend-app.yaml
@@ -15,7 +15,11 @@ spec:
15
helm:
16
valueFiles:
17
- values.yaml
18
+ {{- with .Values.frontend.targetRevision }}
19
+ {{- if eq "dev" . }}
20
- dev-values.yaml
21
+ {{- end }}
22
23
destination:
24
name: {{ .Values.destination.name }}
25
server: {{ .Values.destination.server }}
charts/apps/templates/frontend-app.yaml
0 commit comments