Skip to content

Commit

Permalink
Merge pull request #14 from soukron/patch-1
Browse files Browse the repository at this point in the history
Update scheduler.yaml to prevent deletion/prune
  • Loading branch information
mbaldessari authored Oct 7, 2024
2 parents 38c9be6 + bed07e4 commit 66ae42a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/core/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ apiVersion: config.openshift.io/v1
kind: Scheduler
metadata:
name: cluster
annotations:
argocd.argoproj.io/sync-options: Prune=false,Delete=false
spec:
{{- toYaml .Values.clusterGroup.scheduler | nindent 2 }}
{{- end -}}
Expand Down

0 comments on commit 66ae42a

Please sign in to comment.