Skip to content

Commit

Permalink
Removed namespace from clusterrole since it's a cluster wide resource
Browse files Browse the repository at this point in the history
  • Loading branch information
NahisWayard committed Jan 15, 2025
1 parent edf3613 commit 4600ad1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/consul/templates/cni-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: {{ template "consul.fullname" . }}-cni
namespace: {{ default .Release.Namespace .Values.connectInject.cni.namespace }}
labels:
app: {{ template "consul.name" . }}
chart: {{ template "consul.chart" . }}
Expand Down

0 comments on commit 4600ad1

Please sign in to comment.