Skip to content

Commit

Permalink
potential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pielas committed Sep 9, 2024
1 parent 728d5f3 commit dcb0912
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{- with .Values.enterprise.flinkK8sOperatorDeploymentManager -}}
{{- with .Values.enterprise -}}
{{- with .flinkK8sOperatorDeploymentManager -}}
{{- if .enabled }}
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand All @@ -14,4 +15,5 @@ roleRef:
name: {{ default "flink-operator" .flinkOperatorRole }}
apiGroup: rbac.authorization.k8s.io
{{- end }}
{{- end }}
{{- end }}

0 comments on commit dcb0912

Please sign in to comment.