feat(argo-rollouts): Restrict write access to rollout status in the aggregated roles
Signed-off-by: Nedal Eskaif <Nedal.Eskaif@goto.com>
This commit is contained in:
parent
9b0c33fb49
commit
920204ec86
2 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v1.6.4
|
appVersion: v1.6.6
|
||||||
description: A Helm chart for Argo Rollouts
|
description: A Helm chart for Argo Rollouts
|
||||||
name: argo-rollouts
|
name: argo-rollouts
|
||||||
version: 2.34.0
|
version: 2.35.0
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -19,4 +19,4 @@ annotations:
|
||||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Allow setting log config for rollouts dashboard
|
description: Restrict rollout status write access in the aggregated roles
|
||||||
|
|
|
@ -37,7 +37,6 @@ rules:
|
||||||
resources:
|
resources:
|
||||||
- rollouts
|
- rollouts
|
||||||
- rollouts/scale
|
- rollouts/scale
|
||||||
- rollouts/status
|
|
||||||
- experiments
|
- experiments
|
||||||
- analysistemplates
|
- analysistemplates
|
||||||
- clusteranalysistemplates
|
- clusteranalysistemplates
|
||||||
|
|
Loading…
Reference in a new issue