Skip to content

Commit

Permalink
Issue 430: remove namespace from non-namespaced resources (#431)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenta Kozuka <[email protected]>
  • Loading branch information
kentakozuka authored Feb 2, 2022
1 parent bfc3277 commit b150f81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion charts/zookeeper-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: {{ template "zookeeper-operator.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{ include "zookeeper-operator.commonLabels" . | indent 4 }}
rules:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: {{ template "zookeeper-operator.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{ include "zookeeper-operator.commonLabels" . | indent 4 }}
subjects:
Expand Down

0 comments on commit b150f81

Please sign in to comment.