mirror of https://git.rancher.io/charts
7 lines
367 B
YAML
7 lines
367 B
YAML
#{{- if gt (len (lookup "rbac.authorization.k8s.io/v1" "ClusterRole" "" "")) 0 -}}
|
|
#{{- if .Values.enablePSP }}
|
|
#{{- if not (.Capabilities.APIVersions.Has "policy/v1beta1/PodSecurityPolicy") }}
|
|
#{{- fail "The target cluster does not have the PodSecurityPolicy API resource. Please disable PSPs in this chart before proceeding." -}}
|
|
#{{- end }}
|
|
#{{- end }}
|
|
#{{- end }} |