Merge pull request #3802 from fluxcd/system-cluster-critical

Set priority class for the critical Flux components
This commit is contained in:
Stefan Prodan 2023-05-02 18:56:46 +03:00 committed by GitHub
commit 73e2f56ff5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

@ -4,3 +4,6 @@
- op: add
path: /spec/template/spec/serviceAccountName
value: helm-controller
- op: add
path: /spec/template/spec/priorityClassName
value: system-cluster-critical

View file

@ -4,3 +4,6 @@
- op: add
path: /spec/template/spec/serviceAccountName
value: kustomize-controller
- op: add
path: /spec/template/spec/priorityClassName
value: system-cluster-critical

View file

@ -4,3 +4,6 @@
- op: add
path: /spec/template/spec/serviceAccountName
value: source-controller
- op: add
path: /spec/template/spec/priorityClassName
value: system-cluster-critical