From 6825979238bdd827cc624bd60ffe52d3621b2d0f Mon Sep 17 00:00:00 2001 From: shivdudhani Date: Wed, 22 May 2019 17:29:26 -0700 Subject: [PATCH] update apiVersion in policy for examples --- examples/Validate/check_cpu_memory.yaml | 2 +- examples/Validate/check_hostpath.yaml | 2 +- examples/Validate/check_image_version.yaml | 2 +- examples/Validate/check_nodeport.yaml | 2 +- examples/Validate/check_probe_exists.yaml | 2 +- examples/Validate/check_probe_intervals.yaml | 2 +- examples/Validate/check_whitelist_registries.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/Validate/check_cpu_memory.yaml b/examples/Validate/check_cpu_memory.yaml index f4a418296a..00bac02e72 100644 --- a/examples/Validate/check_cpu_memory.yaml +++ b/examples/Validate/check_cpu_memory.yaml @@ -1,4 +1,4 @@ -apiVersion : kyverno.nirmata.io/v1alpha1 +apiVersion : kyverno.io/v1alpha1 kind: Policy metadata: name: check-cpu-memory diff --git a/examples/Validate/check_hostpath.yaml b/examples/Validate/check_hostpath.yaml index 35dd08225b..0ee2baf7b5 100644 --- a/examples/Validate/check_hostpath.yaml +++ b/examples/Validate/check_hostpath.yaml @@ -1,4 +1,4 @@ -apiVersion : kyverno.nirmata.io/v1alpha1 +apiVersion : kyverno.io/v1alpha1 kind: Policy metadata: name: check-host-path diff --git a/examples/Validate/check_image_version.yaml b/examples/Validate/check_image_version.yaml index 15c8cb2d9a..8d41e4eb92 100644 --- a/examples/Validate/check_image_version.yaml +++ b/examples/Validate/check_image_version.yaml @@ -1,4 +1,4 @@ -apiVersion : kyverno.nirmata.io/v1alpha1 +apiVersion : kyverno.io/v1alpha1 kind: Policy metadata: name: image-pull-policy diff --git a/examples/Validate/check_nodeport.yaml b/examples/Validate/check_nodeport.yaml index c2456f00e3..a8126e29b9 100644 --- a/examples/Validate/check_nodeport.yaml +++ b/examples/Validate/check_nodeport.yaml @@ -1,4 +1,4 @@ -apiVersion : kyverno.nirmata.io/v1alpha1 +apiVersion : kyverno.io/v1alpha1 kind: Policy metadata: name: check-host-path diff --git a/examples/Validate/check_probe_exists.yaml b/examples/Validate/check_probe_exists.yaml index 442525a423..b109baddef 100644 --- a/examples/Validate/check_probe_exists.yaml +++ b/examples/Validate/check_probe_exists.yaml @@ -1,4 +1,4 @@ -apiVersion : kyverno.nirmata.io/v1alpha1 +apiVersion : kyverno.io/v1alpha1 kind: Policy metadata: name: check-probe-exists diff --git a/examples/Validate/check_probe_intervals.yaml b/examples/Validate/check_probe_intervals.yaml index 15f93e4a88..3e866ecebd 100644 --- a/examples/Validate/check_probe_intervals.yaml +++ b/examples/Validate/check_probe_intervals.yaml @@ -1,4 +1,4 @@ -apiVersion : kyverno.nirmata.io/v1alpha1 +apiVersion : kyverno.io/v1alpha1 kind: Policy metadata: name: check-probe-intervals diff --git a/examples/Validate/check_whitelist_registries.yaml b/examples/Validate/check_whitelist_registries.yaml index 386fe92cda..40b6beb7eb 100644 --- a/examples/Validate/check_whitelist_registries.yaml +++ b/examples/Validate/check_whitelist_registries.yaml @@ -1,4 +1,4 @@ -apiVersion : kyverno.nirmata.io/v1alpha1 +apiVersion : kyverno.io/v1alpha1 kind: Policy metadata: name: check-whitelist-registries