feat(argo-rollouts): readonly dashboard (#1304)
* feat-argo-rollouts-readonly-dashboard Signed-off-by: foxtel-temujincabigao <86087373+foxtel-temujincabigao@users.noreply.github.com>" Signed-off-by: foxtel-temujincabigao <86087373+foxtel-temujincabigao@users.noreply.github.com> * fixing readme values version link Signed-off-by: foxtel-temujincabigao <86087373+foxtel-temujincabigao@users.noreply.github.com> Signed-off-by: foxtel-temujincabigao <86087373+foxtel-temujincabigao@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
bc5a603b2b
commit
3f72172232
4 changed files with 10 additions and 3 deletions
|
|
@ -17,8 +17,10 @@ rules:
|
|||
- get
|
||||
- list
|
||||
- watch
|
||||
{{- if not .Values.dashboard.readonly }}
|
||||
- update
|
||||
- patch
|
||||
{{- end }}
|
||||
- apiGroups:
|
||||
- argoproj.io
|
||||
resources:
|
||||
|
|
@ -27,7 +29,9 @@ rules:
|
|||
- experiments
|
||||
- experiments/finalizers
|
||||
verbs:
|
||||
{{- if not .Values.dashboard.readonly }}
|
||||
- create
|
||||
{{- end }}
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue