Skip to content

Commit

Permalink
chore(hcloud-csi): use priorityClassName (#87)
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Paskal <[email protected]>
  • Loading branch information
maksim-paskal authored Nov 8, 2023
1 parent ceaa1d0 commit 1f91336
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ cluster-autoscaler:

hcloud-csi:
controller:
priorityClassName: "system-cluster-critical"
resources:
csiAttacher:
requests:
Expand All @@ -137,6 +138,7 @@ hcloud-csi:
name: hcloud-csi
key: token
node:
priorityClassName: "system-node-critical"
resources:
csiNodeDriverRegistrar:
requests:
Expand Down

0 comments on commit 1f91336

Please sign in to comment.