Skip to content

Commit

Permalink
increase kyverno verbosity to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sqr authored Feb 26, 2024
1 parent c2d279f commit e44e3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: |
kyverno version
# kyverno apply ./k3s/policy-check-image-keyless.yaml --cluster -v 10
kubectl get clusterpolicies -o yaml | kyverno apply - --resource ./k3s/pod.yaml -v 3
kubectl get clusterpolicies -o yaml | kyverno apply - --resource ./k3s/pod.yaml -v 5
Expand Down

0 comments on commit e44e3a2

Please sign in to comment.