mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
expamples: Fixed examples/k8s/psp.yaml file
PodSecurityPolicy (in the extensions/v1beta1 API group) Migrated to use the policy/v1beta1 API, available since v1.10. Existing persisted data can be retrieved/updated via the policy/v1beta1 API. Signed-off-by: knrt10 <tripathi.kautilya@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
apiVersion: extensions/v1beta1
|
apiVersion: policy/v1beta1
|
||||||
kind: PodSecurityPolicy
|
kind: PodSecurityPolicy
|
||||||
metadata:
|
metadata:
|
||||||
name: weave-scope
|
name: weave-scope
|
||||||
|
|||||||
Reference in New Issue
Block a user