From 0a33664b31e4f7b293977e9107a26929443d1325 Mon Sep 17 00:00:00 2001 From: adarsh-jaiss Date: Sun, 21 Jul 2024 23:15:14 +0530 Subject: [PATCH] fixed container name for shipwright-webhook Signed-off-by: adarsh-jaiss --- deploy/700-deployment-webhook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/700-deployment-webhook.yaml b/deploy/700-deployment-webhook.yaml index 821c0a1d5..12255b83c 100644 --- a/deploy/700-deployment-webhook.yaml +++ b/deploy/700-deployment-webhook.yaml @@ -27,7 +27,7 @@ spec: runAsNonRoot: true serviceAccountName: shipwright-build-webhook containers: - - name: shp-build-webhook + - name: shipwright-build-webhook image: ko://github.com/shipwright-io/build/cmd/shipwright-build-webhook volumeMounts: - name: webhook-certs