deploy argocd image updater
This commit is contained in:
14
argocd/templates/argocd_image_updater.yaml
Normal file
14
argocd/templates/argocd_image_updater.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
{{ with ( .Values.argocd_image_updater_chart_values ) }}
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: argocd-image-updater
|
||||
namespace: kube-system
|
||||
spec:
|
||||
repo: https://argoproj.github.io/argo-helm
|
||||
chart: argocd-image-updater
|
||||
targetNamespace: argocd
|
||||
valuesContent: |-
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end -}}
|
||||
---
|
||||
Reference in New Issue
Block a user