argocd-notifications/templates/deployment: replace spec

This commit is contained in:
Albert Dixon 2020-06-12 11:19:32 -07:00 committed by GitHub
parent b6b2c7f2a0
commit 5686dda5e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ spec:
metadata: metadata:
labels: labels:
{{- include "argocd-notifications.selectorLabels" . | nindent 8 }} {{- include "argocd-notifications.selectorLabels" . | nindent 8 }}
spec:
{{- with .Values.imagePullSecrets }} {{- with .Values.imagePullSecrets }}
imagePullSecrets: imagePullSecrets:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}