Skip to content

Commit 6e965cc

Browse files
committed
chore(helm): update generated examples to include the new privilege
the cluster role needs update privilege. We update the generated examples to include that.
1 parent a728a99 commit 6e965cc

20 files changed

+20
-21
lines changed

helm/generated_examples/additional-volumes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ rules:
5959
verbs: ["create", "update", "patch"]
6060
- apiGroups: [""]
6161
resources: ["nodes"]
62-
verbs: ["get"]
62+
verbs: ["get", "update"]
6363
---
6464
# Source: local-static-provisioner/templates/rbac.yaml
6565
apiVersion: rbac.authorization.k8s.io/v1

helm/generated_examples/baremetal-affinity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ rules:
7171
verbs: ["create", "update", "patch"]
7272
- apiGroups: [""]
7373
resources: ["nodes"]
74-
verbs: ["get"]
74+
verbs: ["get", "update"]
7575
---
7676
# Source: local-static-provisioner/templates/rbac.yaml
7777
apiVersion: rbac.authorization.k8s.io/v1

helm/generated_examples/baremetal-cleanbyjobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ rules:
7171
verbs: ["create", "update", "patch"]
7272
- apiGroups: [""]
7373
resources: ["nodes"]
74-
verbs: ["get"]
74+
verbs: ["get", "update"]
7575
---
7676
# Source: local-static-provisioner/templates/rbac.yaml
7777
apiVersion: rbac.authorization.k8s.io/v1

helm/generated_examples/baremetal-default-storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ rules:
7070
verbs: ["create", "update", "patch"]
7171
- apiGroups: [""]
7272
resources: ["nodes"]
73-
verbs: ["get"]
73+
verbs: ["get", "update"]
7474
---
7575
# Source: local-static-provisioner/templates/rbac.yaml
7676
apiVersion: rbac.authorization.k8s.io/v1

helm/generated_examples/baremetal-nodeselector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ rules:
7171
verbs: ["create", "update", "patch"]
7272
- apiGroups: [""]
7373
resources: ["nodes"]
74-
verbs: ["get"]
74+
verbs: ["get", "update"]
7575
---
7676
# Source: local-static-provisioner/templates/rbac.yaml
7777
apiVersion: rbac.authorization.k8s.io/v1

helm/generated_examples/baremetal-priority-critical.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ rules:
7171
verbs: ["create", "update", "patch"]
7272
- apiGroups: [""]
7373
resources: ["nodes"]
74-
verbs: ["get"]
74+
verbs: ["get", "update"]
7575
---
7676
# Source: local-static-provisioner/templates/rbac.yaml
7777
apiVersion: rbac.authorization.k8s.io/v1

helm/generated_examples/baremetal-priority-noncritical.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ rules:
7171
verbs: ["create", "update", "patch"]
7272
- apiGroups: [""]
7373
resources: ["nodes"]
74-
verbs: ["get"]
74+
verbs: ["get", "update"]
7575
---
7676
# Source: local-static-provisioner/templates/rbac.yaml
7777
apiVersion: rbac.authorization.k8s.io/v1

helm/generated_examples/baremetal-prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ rules:
7171
verbs: ["create", "update", "patch"]
7272
- apiGroups: [""]
7373
resources: ["nodes"]
74-
verbs: ["get"]
74+
verbs: ["get", "update"]
7575
---
7676
# Source: local-static-provisioner/templates/rbac.yaml
7777
apiVersion: rbac.authorization.k8s.io/v1

helm/generated_examples/baremetal-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ rules:
7070
verbs: ["create", "update", "patch"]
7171
- apiGroups: [""]
7272
resources: ["nodes"]
73-
verbs: ["get"]
73+
verbs: ["get", "update"]
7474
---
7575
# Source: local-static-provisioner/templates/rbac.yaml
7676
apiVersion: rbac.authorization.k8s.io/v1

helm/generated_examples/baremetal-resyncperiod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ rules:
7171
verbs: ["create", "update", "patch"]
7272
- apiGroups: [""]
7373
resources: ["nodes"]
74-
verbs: ["get"]
74+
verbs: ["get", "update"]
7575
---
7676
# Source: local-static-provisioner/templates/rbac.yaml
7777
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)