feat: limit control to single current only namespace

This commit is contained in:
2025-01-10 12:30:15 +03:30
parent 0df874b222
commit 4cd00f25f0
4 changed files with 31 additions and 4 deletions

View File

@@ -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: