fix: remove unnecessary permission due to removed CRD
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
a16af5047f
commit
d83b4dc41f
2 changed files with 0 additions and 12 deletions
|
@ -14,9 +14,6 @@ rules:
|
||||||
{{- if .Values.applicationSet.enabled }}
|
{{- if .Values.applicationSet.enabled }}
|
||||||
- applicationsets
|
- applicationsets
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.server.extensions.enabled }}
|
|
||||||
- argocdextensions
|
|
||||||
{{- end }}
|
|
||||||
- appprojects
|
- appprojects
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
|
@ -39,9 +36,6 @@ rules:
|
||||||
{{- if .Values.applicationSet.enabled }}
|
{{- if .Values.applicationSet.enabled }}
|
||||||
- applicationsets
|
- applicationsets
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.server.extensions.enabled }}
|
|
||||||
- argocdextensions
|
|
||||||
{{- end }}
|
|
||||||
- appprojects
|
- appprojects
|
||||||
verbs:
|
verbs:
|
||||||
- create
|
- create
|
||||||
|
@ -69,9 +63,6 @@ rules:
|
||||||
{{- if .Values.applicationSet.enabled }}
|
{{- if .Values.applicationSet.enabled }}
|
||||||
- applicationsets
|
- applicationsets
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.server.extensions.enabled }}
|
|
||||||
- argocdextensions
|
|
||||||
{{- end }}
|
|
||||||
- appprojects
|
- appprojects
|
||||||
verbs:
|
verbs:
|
||||||
- create
|
- create
|
||||||
|
|
|
@ -27,9 +27,6 @@ rules:
|
||||||
- applicationsets
|
- applicationsets
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- appprojects
|
- appprojects
|
||||||
{{- if .Values.server.extensions.enabled }}
|
|
||||||
- argocdextensions
|
|
||||||
{{- end }}
|
|
||||||
verbs:
|
verbs:
|
||||||
- create
|
- create
|
||||||
- get
|
- get
|
||||||
|
|
Loading…
Reference in a new issue