remove namespace from clusterrolebinding
This commit is contained in:
parent
37f0733475
commit
803986dd85
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ kind: ClusterRoleBinding
|
||||||
apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }}
|
apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }}
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "common.names.fullname" . }}
|
name: {{ template "common.names.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
labels: {{- include "common.labels.standard" . | nindent 4 }}
|
labels: {{- include "common.labels.standard" . | nindent 4 }}
|
||||||
app.kubernetes.io/component: server
|
app.kubernetes.io/component: server
|
||||||
{{- if .Values.commonLabels }}
|
{{- if .Values.commonLabels }}
|
||||||
|
|
Loading…
Reference in a new issue