mirror of https://git.rancher.io/charts
9 lines
321 B
Diff
9 lines
321 B
Diff
--- charts-original/templates/psp-clusterrole.yaml
|
|
+++ charts/templates/psp-clusterrole.yaml
|
|
@@ -1,4 +1,4 @@
|
|
-{{- if and .Values.podSecurityPolicy.enabled .Values.rbac.create -}}
|
|
+{{- if and .Values.global.cattle.psp.enabled .Values.rbac.create -}}
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|