fix: remove unnecessary permission due to removed CRD

Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
yu-croco 2023-12-30 23:54:46 +09:00
parent a16af5047f
commit d83b4dc41f
2 changed files with 0 additions and 12 deletions

View file

@ -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

View file

@ -27,9 +27,6 @@ rules:
- applicationsets - applicationsets
{{- end }} {{- end }}
- appprojects - appprojects
{{- if .Values.server.extensions.enabled }}
- argocdextensions
{{- end }}
verbs: verbs:
- create - create
- get - get