Skip to content

Commit

Permalink
add required api resources to hetzner cluster-autoscaler example
Browse files Browse the repository at this point in the history
  • Loading branch information
gris-gris committed Apr 19, 2021
1 parent 7e8972f commit ec2676b
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 ec2676b

Please sign in to comment.