fix(argocd-apps): fix issues

Signed-off-by: irizzant <i.rizzante@gmail.com>
This commit is contained in:
irizzant 2024-03-08 15:30:48 +00:00
parent dfdc778d01
commit 06f9c711c1
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{{- range $k, _:= .Values.applications }}
{{- range $k, $v:= .Values.applications }}
---
apiVersion: argoproj.io/v1alpha1
kind: Application

View file

@ -1,4 +1,4 @@
{{- range $k, _:= .Values.itemTemplates }}
{{- range _, _:= .Values.itemTemplates }}
{{- if kindIs "string" .template }}
{{- $template := .template -}}
{{- range .items }}