Skip to content

Commit

Permalink
helm: Don't create operator ClusterRoleBinding if podWatcher is disabled
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Kapuscinska <anna@isovalent.com>
  • Loading branch information
lambdanis authored and jrfastab committed Sep 21, 2023
1 parent 771e78a commit 84f7fcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.serviceAccount.create }}
{{- if and .Values.serviceAccount.create .Values.podWatcher.enabled }}
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
Expand Down

0 comments on commit 84f7fcb

Please sign in to comment.