Update v1.10.0.yaml

I had the following errors in the log:
This commit is contained in:
Coolknight 2019-07-15 09:25:17 +02:00 committed by GitHub
parent dd6b0314fc
commit 679fa744ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -42,11 +42,14 @@ rules:
resources: ["poddisruptionbudgets"] resources: ["poddisruptionbudgets"]
verbs: ["watch","list"] verbs: ["watch","list"]
- apiGroups: ["apps"] - apiGroups: ["apps"]
resources: ["statefulsets"] resources: ["statefulsets","replicasets","daemonsets"]
verbs: ["watch","list","get"] verbs: ["watch","list","get"]
- apiGroups: ["storage.k8s.io"] - apiGroups: ["storage.k8s.io"]
resources: ["storageclasses"] resources: ["storageclasses"]
verbs: ["watch","list","get"] verbs: ["watch","list","get"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["watch","list","get"]
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1