Skip to content

Commit

Permalink
Merge pull request #4020 from gris-gris/fix-hetzner-example
Browse files Browse the repository at this point in the history
add required api resources to hetzner cluster-autoscaler example
  • Loading branch information
k8s-ci-robot authored May 13, 2021
2 parents 2beea02 + ec2676b commit 6c64ac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rules:
resources: ["statefulsets", "replicasets", "daemonsets"]
verbs: ["watch", "list", "get"]
- apiGroups: ["storage.k8s.io"]
resources: ["storageclasses", "csinodes"]
resources: ["storageclasses", "csinodes", "csistoragecapacities", "csidrivers"]
verbs: ["watch", "list", "get"]
- apiGroups: ["batch", "extensions"]
resources: ["jobs"]
Expand Down

0 comments on commit 6c64ac0

Please sign in to comment.