add clusterinstall conditional around aggregate clusterroles

Signed-off-by: Casey Clark <casey.clark@jamf.com>
This commit is contained in:
Casey Clark 2020-11-02 09:18:46 -06:00
parent 1f67a85a58
commit 0c416cd2cd

View file

@ -1,3 +1,4 @@
{{- if .Values.clusterInstall }}
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole kind: ClusterRole
metadata: metadata:
@ -75,3 +76,4 @@ rules:
- patch - patch
- update - update
- watch - watch
{{- end }}