Merge c4ddc97e62 into fb9b96bf75
This commit is contained in:
commit
8ffd77e3c0
|
|
@ -6,7 +6,9 @@ kind: ClusterRoleBinding
|
||||||
{{- end }}
|
{{- end }}
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "actions-runner-controller.managerRoleName" . }}-secrets
|
name: {{ include "actions-runner-controller.managerRoleName" . }}-secrets
|
||||||
|
{{- if .Values.scope.singleNamespace }}
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
|
{{- end }}
|
||||||
roleRef:
|
roleRef:
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
{{- if .Values.scope.singleNamespace }}
|
{{- if .Values.scope.singleNamespace }}
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,9 @@ kind: ClusterRole
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
name: {{ include "actions-runner-controller.managerRoleName" . }}-secrets
|
name: {{ include "actions-runner-controller.managerRoleName" . }}-secrets
|
||||||
|
{{- if .Values.scope.singleNamespace }}
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
{{- end }}
|
||||||
rules:
|
rules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue