feat(argocd-notifications): Optional ConfigMap for argocd-notifications (#656)
* feat(argocd-notifications): Optional ConfigMap for argocd-notifications Signed-off-by: Cicatrice <cicatrice@cicatrice.eu> * feat(argocd-notifications): version bump Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com> Signed-off-by: Cicatrice <cicatrice@cicatrice.eu> Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
parent
4e0bf1e19d
commit
d40a9be810
3 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
{{ if .Values.cm.create }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
|
|
@ -19,4 +20,5 @@ data:
|
|||
{{- end }}
|
||||
{{- with .Values.triggers }}
|
||||
{{- toYaml . | nindent 2 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue