weaveworks / scope

Monitoring, visualisation & management for Docker & Kubernetes
https://www.weave.works/oss/scope/
Apache License 2.0
5.85k stars 709 forks source link

Fixed example for PodSecurityPolicy inside examples/k8s/psp.yaml #3790

Closed knrt10 closed 4 years ago

knrt10 commented 4 years ago

With reference to blog from Kubernetes

PodSecurityPolicy (in the extensions/v1beta1 API group)

Migrate to use the policy/v1beta1 API, available since v1.10. Existing persisted data can be retrieved/updated via the policy/v1beta1 API.

This PR fixes this.