Skip to content

Commit

Permalink
don't enforce kyverno rules for now
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Oct 30, 2024
1 parent a046cd1 commit c925d8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions clusters/svc.pt.soeren.cloud/kyverno/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ patches:
- op: replace
path: /spec/rules/0/validate/foreach/0/deny/conditions/any/0/value
value: "*.pt.soeren.cloud"
- target:
kind: ClusterPolicy
patch: |
- op: replace
path: /spec/validationFailureAction
value: "audit"

0 comments on commit c925d8e

Please sign in to comment.