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
|
||||
kind : Policy
|
||||
metadata :
|
||||
name : policy-job-perl-bigInt
|
||||
name : policy-job-perl-bigint
|
||||
spec :
|
||||
failurePolicy: stopOnError
|
||||
rules:
|
||||
|
|
|
@ -2,6 +2,8 @@ apiVersion: policy/v1beta1
|
|||
kind: PodDisruptionBudget
|
||||
metadata:
|
||||
name: game-pdb
|
||||
labels:
|
||||
isMutated: "false"
|
||||
spec:
|
||||
minAvailable: 2
|
||||
selector:
|
||||
|
|
Loading…
Add table
Reference in a new issue