We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b699f commit bf73891Copy full SHA for bf73891
charts/argocd-app-of-apps/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: argocd-app-of-apps
3
description: A Helm chart for Kubernetes
4
type: application
5
-version: 0.1.3
+version: 0.1.4
6
appVersion: 0.1.0
7
maintainers:
8
- name: SweetOps
charts/argocd-app-of-apps/templates/applications.yaml
@@ -23,6 +23,7 @@ spec:
23
targetRevision: {{ .targetRevision }}
24
{{- if .values }}
25
helm:
26
+ release_name: {{ .releaseName }}
27
values: |
28
{{ .values | nindent 8 }}
29
{{- end }}
0 commit comments