Skip to content

Commit ec7556d

Browse files
author
Gimi Liang
committed
Fixed bug: missing subjects[0].namespace for objects clusterRoleBinding.
1 parent fd9b882 commit ec7556d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm-chart/charts/splunk-kubernetes-objects/templates/clusterRoleBinding.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ roleRef:
1515
subjects:
1616
- kind: ServiceAccount
1717
name: {{ template "splunk-kubernetes-objects.fullname" . }}
18+
namespace: {{ .Release.Namespace }}
1819
{{- end -}}

0 commit comments

Comments
 (0)