Skip to content

Commit

Permalink
chore: bump priorityclass for notification controller (#2340)
Browse files Browse the repository at this point in the history
  • Loading branch information
takirala committed Jun 26, 2024
1 parent 24095ab commit 59018a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/flux/flux-update-kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ patches:
patch: |-
- op: add
path: /spec/template/spec/priorityClassName
value: dkp-critical-priority
value: system-cluster-critical
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
name: temp
nodeSelector:
kubernetes.io/os: linux
priorityClassName: dkp-critical-priority
priorityClassName: system-cluster-critical
securityContext:
fsGroup: 1337
serviceAccountName: notification-controller
Expand Down

0 comments on commit 59018a6

Please sign in to comment.