You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PodSecurityPolicy has been removed since v1.25, so the error below occurs.
in 020-rbac.yaml
apiVersion: policy/v1
kind: PodSecurityPolicy
Error line:
error: resource mapping not found for name: "jitsi-privileged" namespace: "" from ".": no matches for kind "PodSecurityPolicy" in version "policy/v1"
ensure CRDs are installed first
The text was updated successfully, but these errors were encountered:
PodSecurityPolicy
has been removed since v1.25, so the error below occurs.in 020-rbac.yaml
Error line:
error: resource mapping not found for name: "jitsi-privileged" namespace: "" from ".": no matches for kind "PodSecurityPolicy" in version "policy/v1"
ensure CRDs are installed first
The text was updated successfully, but these errors were encountered: