mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
NK-48: Fixed some examples.
This commit is contained in:
parent
736bd2efcf
commit
41b9673d3b
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
apiVersion : policy.nirmata.io/v1alpha1
|
apiVersion : policy.nirmata.io/v1alpha1
|
||||||
kind : Policy
|
kind : Policy
|
||||||
metadata :
|
metadata :
|
||||||
name : policy-job-perl-bigInt
|
name : policy-job-perl-bigint
|
||||||
spec :
|
spec :
|
||||||
failurePolicy: stopOnError
|
failurePolicy: stopOnError
|
||||||
rules:
|
rules:
|
||||||
|
|
|
@ -2,6 +2,8 @@ apiVersion: policy/v1beta1
|
||||||
kind: PodDisruptionBudget
|
kind: PodDisruptionBudget
|
||||||
metadata:
|
metadata:
|
||||||
name: game-pdb
|
name: game-pdb
|
||||||
|
labels:
|
||||||
|
isMutated: "false"
|
||||||
spec:
|
spec:
|
||||||
minAvailable: 2
|
minAvailable: 2
|
||||||
selector:
|
selector:
|
||||||
|
|
Loading…
Add table
Reference in a new issue