Skip to content
Snippets Groups Projects
Verified Commit 803986dd authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

remove namespace from clusterrolebinding

parent 37f07334
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ kind: ClusterRoleBinding ...@@ -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 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment