Skip to main content
Version: 0.3

Troubleshooting

Check if the webhook is triggered by pull requests#

Try list events using kubectl describe.

kubectl describe webhook <webhook-name>

Or see if corresponding resource sets are created.

kubectl get resourceset

Resources are not created#

List events using kubectl describe.

kubectl describe resourceset <resourceset-name>