From 9797d27a1844d319039320989b20b3905e40daf9 Mon Sep 17 00:00:00 2001 From: mrjoelkamp Date: Mon, 10 Jun 2024 14:31:44 -0500 Subject: [PATCH] fix: fail closed --- .github/workflows/workflow.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 01c7d0e..02456fc 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -104,6 +104,9 @@ jobs: helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts helm install gatekeeper/gatekeeper \ --version ${GATEKEEPER_VERSION} \ + --set postInstall.probeWebhook.httpTimeout=300 \ + --set postInstall.probeWebhook.waitTimeout=300 \ + --set validatingWebhookFailurePolicy=Fail \ --set enableExternalData=true \ --name-template=gatekeeper \ --namespace security \