Update cluster role to match upstream Argo
Signed-off-by: Mark Robinson <mrobinson@plaid.com>
This commit is contained in:
parent
1ef85a44bd
commit
8f0ff4349e
1 changed files with 22 additions and 0 deletions
|
@ -57,6 +57,16 @@ rules:
|
|||
- update
|
||||
- patch
|
||||
- delete
|
||||
- apiGroups:
|
||||
- ""
|
||||
- apps
|
||||
resources:
|
||||
- deployments
|
||||
- podtemplates
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
# services patch needed to update selector of canary/stable/active/preview services
|
||||
- apiGroups:
|
||||
- ""
|
||||
|
@ -136,6 +146,7 @@ rules:
|
|||
- get
|
||||
- update
|
||||
- list
|
||||
- patch
|
||||
# trafficsplit access needed for using the SMI provider
|
||||
- apiGroups:
|
||||
- split.smi-spec.io
|
||||
|
@ -147,4 +158,15 @@ rules:
|
|||
- get
|
||||
- update
|
||||
- patch
|
||||
- apiGroups:
|
||||
- getambassador.io
|
||||
resources:
|
||||
- mappings
|
||||
verbs:
|
||||
- create
|
||||
- watch
|
||||
- get
|
||||
- update
|
||||
- list
|
||||
- delete
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue