diff --git a/examples/k8s/cluster-role.yaml b/examples/k8s/cluster-role.yaml index e98eab003..cd4689573 100644 --- a/examples/k8s/cluster-role.yaml +++ b/examples/k8s/cluster-role.yaml @@ -33,6 +33,7 @@ rules: resources: - deployments - statefulsets + - daemonsets verbs: - get - list @@ -63,6 +64,13 @@ rules: - deployments/scale verbs: - update +- apiGroups: + - apps + resources: + - deployments/scale + verbs: + - get + - update - apiGroups: - storage.k8s.io resources: