codeowner and fix changes for argocd-notifications
This commit is contained in:
parent
cde02773de
commit
50bf33c81b
2 changed files with 8 additions and 3 deletions
|
@ -1,13 +1,16 @@
|
||||||
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
|
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
|
||||||
|
|
||||||
|
# Argo Workflows
|
||||||
|
/charts/argo @benjaminws @stefansedich @paguos
|
||||||
|
|
||||||
# Argo CD
|
# Argo CD
|
||||||
/charts/argo-cd @seanson @spencergilbert
|
/charts/argo-cd @seanson @spencergilbert
|
||||||
|
|
||||||
# Argo Events
|
# Argo Events
|
||||||
/charts/argo-events @jbehling
|
/charts/argo-events @jbehling
|
||||||
|
|
||||||
# Argo Workflows
|
|
||||||
/charts/argo @benjaminws @stefansedich @paguos
|
|
||||||
|
|
||||||
# Argo Rollouts
|
# Argo Rollouts
|
||||||
/charts/argo-rollouts @cabrinha
|
/charts/argo-rollouts @cabrinha
|
||||||
|
|
||||||
|
# Argo CD Notifications
|
||||||
|
/charts/argocd-notifications @alexmt @andyfeller
|
||||||
|
|
|
@ -13,6 +13,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
{{- include "argocd-notifications.selectorLabels" . | nindent 8 }}
|
{{- include "argocd-notifications.selectorLabels" . | nindent 8 }}
|
||||||
spec:
|
spec:
|
||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
{{- with .Values.imagePullSecrets }}
|
{{- with .Values.imagePullSecrets }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
|
|
Loading…
Reference in a new issue