set cms application argo image updater strategy
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{- range $app_name := .Values.gitea_applications -}}
|
||||
{{- range $app_name, $app_attr := .Values.gitea_applications -}}
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
@@ -7,6 +7,10 @@ metadata:
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
{{- with $app_attr.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
|
||||
Reference in New Issue
Block a user