File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
helm/flink-kubernetes-operator/templates/rbac Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ metadata:
3030 {{- include "flink-operator.labels" $ | nindent 4 }}
3131{{- template "flink-operator.rbacRules" $ }}
3232{{- end }}
33- {{- /* Give operator the ability to operate on leases in the release namespace */ -}}
33+ {{- /* Give operator the ability to operate on leases in the release namespace and check presence of FlinkStateSnapshot CRD */ -}}
3434{{- if not (has .Release.Namespace .Values.watchNamespaces) }}
3535---
3636apiVersion : rbac.authorization.k8s.io/v1
@@ -53,6 +53,12 @@ rules:
5353 - update
5454 - patch
5555 - delete
56+ - apiGroups :
57+ - flink.apache.org
58+ resources :
59+ - flinkstatesnapshots
60+ verbs :
61+ - list
5662{{- end }}
5763{{- end }}
5864{{- end }}
You can’t perform that action at this time.
0 commit comments