Skip to content

Commit 85dc3ad

Browse files
authored
Update rbac_role_binding.yaml (#2112)
Bug fix: Added required field namespace for global mode
1 parent 9423eac commit 85dc3ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/fdb-operator/templates/rbac/rbac_role_binding.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@ roleRef:
3838
subjects:
3939
- kind: ServiceAccount
4040
name: {{ include "fdb-operator.serviceAccountName" . }}
41+
{{- if .Values.globalMode.enabled }}
42+
namespace: {{ .Release.Namespace }}
43+
{{- end }}
4144
{{- end }}

0 commit comments

Comments
 (0)