codeowner and fix changes for argocd-notifications

This commit is contained in:
Andy Feller 2020-06-09 13:48:00 -04:00
parent cde02773de
commit 50bf33c81b
2 changed files with 8 additions and 3 deletions

View file

@ -1,13 +1,16 @@
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# Argo Workflows
/charts/argo @benjaminws @stefansedich @paguos
# Argo CD
/charts/argo-cd @seanson @spencergilbert
# Argo Events
/charts/argo-events @jbehling
# Argo Workflows
/charts/argo @benjaminws @stefansedich @paguos
# Argo Rollouts
/charts/argo-rollouts @cabrinha
# Argo CD Notifications
/charts/argocd-notifications @alexmt @andyfeller

View file

@ -13,6 +13,8 @@ spec:
labels:
{{- include "argocd-notifications.selectorLabels" . | nindent 8 }}
spec:
strategy:
type: Recreate
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}