mirror of https://git.rancher.io/charts
13 lines
361 B
Diff
13 lines
361 B
Diff
--- charts-original/templates/psp.yaml
|
|
+++ charts/templates/psp.yaml
|
|
@@ -1,4 +1,3 @@
|
|
-{{- if .Capabilities.APIVersions.Has "policy/v1beta1/PodSecurityPolicy" }}
|
|
apiVersion: policy/v1beta1
|
|
kind: PodSecurityPolicy
|
|
metadata:
|
|
@@ -48,4 +47,3 @@
|
|
- kind: Group
|
|
apiGroup: rbac.authorization.k8s.io
|
|
name: system:serviceaccounts:cattle-system
|
|
-{{- end }}
|