We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86f1c4 commit 1a68903Copy full SHA for 1a68903
1 file changed
charts/function-mesh-operator/templates/controller-manager-rbac.yaml
@@ -211,7 +211,7 @@ metadata:
211
subjects:
212
- kind: ServiceAccount
213
name: {{ .Values.controllerManager.serviceAccount }}
214
- namespace: {{ .Release.Namespace }}
+ namespace: {{ .Values.installation.namespace }}
215
roleRef:
216
kind: ClusterRole
217
name: {{ .Release.Name }}-function-mesh-controller-manager
@@ -230,7 +230,7 @@ metadata:
230
231
232
233
234
235
236
name: {{ .Release.Name }}-function-mesh-controller-manager-admin
0 commit comments