We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fe39f commit b0ba512Copy full SHA for b0ba512
charts/kube-arch-scheduler/Chart.yaml
@@ -13,5 +13,5 @@ type: application
13
# This is the chart version. This version number should be incremented each time you make changes
14
# to the chart and its templates, including the app version.
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
-version: 0.0.10
+version: 0.0.11
17
appVersion: 0.0.3
charts/kube-arch-scheduler/templates/rbac.yaml
@@ -112,6 +112,7 @@ rules:
112
resources:
113
- storageclasses
114
- csinodes
115
+ - csidrivers
116
- csistoragecapacities
117
verbs:
118
- get
0 commit comments