mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
Update clusterrole.yaml
This commit is contained in:
committed by
Pierre Mavro
parent
88f9b48841
commit
5188f5202d
@@ -2,9 +2,9 @@
|
||||
apiVersion: rbac.authorization.k8s.io/{{ .Values.rbac.apiVersion }}
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
name: {{ include "kubernetes.fullname" . }}
|
||||
name: {{ include "qovery-agent.fullname" . }}
|
||||
labels:
|
||||
{{- include "kubernetes.labels" . | nindent 4 }}
|
||||
{{- include "qovery-agent.labels" . | nindent 4 }}
|
||||
rules:
|
||||
- apiGroups:
|
||||
- ""
|
||||
@@ -14,4 +14,4 @@ rules:
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user