feat: limit control to single current only namespace
This commit is contained in:
@@ -2,7 +2,6 @@ apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: Role
|
||||
metadata:
|
||||
name: {{ include "flink-kube-operator.serviceAccountName" . }}
|
||||
namespace: {{ .Release.Namespace }} # Namespace where the role is created
|
||||
labels:
|
||||
{{- include "flink-kube-operator.labels" . | nindent 4 }}
|
||||
rules:
|
||||
|
||||
Reference in New Issue
Block a user