mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
allow flagger to access to apps.daemonsts resources
This commit is contained in:
@@ -24,6 +24,7 @@ rules:
|
||||
- apiGroups:
|
||||
- apps
|
||||
resources:
|
||||
- daemonsets
|
||||
- deployments
|
||||
verbs: ["*"]
|
||||
- apiGroups:
|
||||
|
||||
@@ -20,6 +20,7 @@ rules:
|
||||
- apiGroups:
|
||||
- apps
|
||||
resources:
|
||||
- daemonsets
|
||||
- deployments
|
||||
verbs: ["*"]
|
||||
- apiGroups:
|
||||
|
||||
@@ -14,6 +14,7 @@ rules:
|
||||
- apiGroups:
|
||||
- apps
|
||||
resources:
|
||||
- daemonsets
|
||||
- deployments
|
||||
verbs: ["*"]
|
||||
- apiGroups:
|
||||
|
||||
Reference in New Issue
Block a user