From ae2da6f5c6ba73b2e9084e4ed3778ef1d7587441 Mon Sep 17 00:00:00 2001 From: goreme49 Date: Tue, 13 Feb 2024 14:55:45 +0100 Subject: [PATCH] Delete helm/trident-operator/templates/podsecuritypolicy.yaml --- .../templates/podsecuritypolicy.yaml | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 helm/trident-operator/templates/podsecuritypolicy.yaml diff --git a/helm/trident-operator/templates/podsecuritypolicy.yaml b/helm/trident-operator/templates/podsecuritypolicy.yaml deleted file mode 100644 index 9747f9a72..000000000 --- a/helm/trident-operator/templates/podsecuritypolicy.yaml +++ /dev/null @@ -1,20 +0,0 @@ -{{- if and (semverCompare "<1.25-0" .Capabilities.KubeVersion.GitVersion) (not .Values.excludePodSecurityPolicy) }} -apiVersion: policy/v1beta1 -kind: PodSecurityPolicy -metadata: - name: tridentoperatorpods - labels: - app: operator.trident.netapp.io -spec: - privileged: false - seLinux: - rule: RunAsAny - supplementalGroups: - rule: RunAsAny - runAsUser: - rule: RunAsAny - fsGroup: - rule: RunAsAny - volumes: - - projected -{{- end }}