remove namespace from clusterrolebinding

main
Maarten de Waard 2022-10-05 14:52:56 +02:00
parent 37f0733475
commit 803986dd85
No known key found for this signature in database
GPG Key ID: 1D3E893A657CC8DA
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ kind: ClusterRoleBinding
apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }}
metadata:
name: {{ template "common.names.fullname" . }}
namespace: {{ .Release.Namespace | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/component: server
{{- if .Values.commonLabels }}