fix(argocd-apps): fix issues
Signed-off-by: irizzant <i.rizzante@gmail.com>
This commit is contained in:
parent
dfdc778d01
commit
06f9c711c1
3 changed files with 3 additions and 3 deletions
|
@ -18,4 +18,4 @@ annotations:
|
||||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: added
|
||||||
description: make the chart use maps instead of lists
|
description: make the chart use maps instead of lists
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{{- range $k, _:= .Values.applications }}
|
{{- range $k, $v:= .Values.applications }}
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{{- range $k, _:= .Values.itemTemplates }}
|
{{- range _, _:= .Values.itemTemplates }}
|
||||||
{{- if kindIs "string" .template }}
|
{{- if kindIs "string" .template }}
|
||||||
{{- $template := .template -}}
|
{{- $template := .template -}}
|
||||||
{{- range .items }}
|
{{- range .items }}
|
||||||
|
|
Loading…
Reference in a new issue