Change chart directory structure
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{{ if and .Values.starrocksOperator.enabled .Values.global.rbac.create }}
|
||||
{{- if .Values.starrocksOperator.watchNamespace | not }}
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: {{ template "operator.name" . }}-operator
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: {{ template "operator.name" . }}-operator
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: {{ template "operator.serviceAccountName" . }}
|
||||
namespace: {{ template "operator.namespace" . }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user