Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #607 from alphagov/enable-cluster-autoscaler-rbac
Browse files Browse the repository at this point in the history
allow cluster-autoscaler to provision service-accounts etc
  • Loading branch information
philandstuff authored Oct 4, 2019
2 parents b5a4e13 + ac47be1 commit 2d693ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/gsp-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ cluster-autoscaler:
balance-similar-node-groups: true
image:
tag: v1.14.5 # upgrade this when upgrading kubernetes
rbac:
create: true
# we can only set this if cluster-autoscaler is in the kube-system namespace D:
# priorityClassName: system-cluster-critical
serviceMonitor:
Expand Down

0 comments on commit 2d693ba

Please sign in to comment.