allow flagger to access to apps.daemonsts resources

This commit is contained in:
mathetake
2020-02-25 13:25:37 +09:00
parent cc07c2891e
commit 4fe19be9b7
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ rules:
- apiGroups:
- apps
resources:
- daemonsets
- deployments
verbs: ["*"]
- apiGroups:
+1
View File
@@ -20,6 +20,7 @@ rules:
- apiGroups:
- apps
resources:
- daemonsets
- deployments
verbs: ["*"]
- apiGroups:
+1
View File
@@ -14,6 +14,7 @@ rules:
- apiGroups:
- apps
resources:
- daemonsets
- deployments
verbs: ["*"]
- apiGroups: