Skip to content

Commit f88eacf

Browse files
authored
Update clusterrolebinding.yaml
1 parent 5c1192c commit f88eacf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/ingressmonitorcontroller/templates/clusterrolebinding.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ roleRef:
1313
subjects:
1414
- kind: ServiceAccount
1515
name: {{ include "ingress-monitor-controller.serviceAccountName" . }}
16-
namespace: {{ .Values.namespace | default .Release.Namespace }}
16+
namespace: {{ include "ingress-monitor-controller.namespace" . }}
1717
{{- end }}
1818

1919
---
@@ -29,7 +29,7 @@ roleRef:
2929
subjects:
3030
- kind: ServiceAccount
3131
name: {{ include "ingress-monitor-controller.serviceAccountName" . }}
32-
namespace: {{ .Values.namespace | default .Release.Namespace }}
32+
namespace: {{ include "ingress-monitor-controller.namespace" . }}
3333
{{- end }}
3434

3535
---
@@ -45,7 +45,7 @@ roleRef:
4545
subjects:
4646
- kind: ServiceAccount
4747
name: {{ include "ingress-monitor-controller.serviceAccountName" . }}
48-
namespace: {{ .Values.namespace | default .Release.Namespace }}
48+
namespace: {{ include "ingress-monitor-controller.namespace" . }}
4949
{{- end }}
5050

5151
{{- end }}

0 commit comments

Comments
 (0)