Collect logs for the gatekeeper operator controller manager using something like: ```shell kubectl logs -n <namespace> -l control-plane=gatekeeper-operator-controller-manager --tail=-1 > logs-controller.json ``` Then use the `actions/upload-artifact@v2` actions to upload the logs artifact. This will help in debugging any errors in CI.
Collect logs for the gatekeeper operator controller manager using something like:
Then use the
actions/upload-artifact@v2actions to upload the logs artifact.This will help in debugging any errors in CI.