From bcda17a156d1e744213ba3b857c6116e272f5063 Mon Sep 17 00:00:00 2001 From: Tom Deseyn Date: Tue, 1 Oct 2024 09:43:56 +0200 Subject: [PATCH] Support deploying Pods (Tekton Tasks, Deployments, ...) from the local registry. --- deploy.sh | 9 ++++++++- install-registry.sh | 9 +++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 0dc0923..095792b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -8,7 +8,14 @@ shopt -s inherit_errexit set -xeu -o pipefail kind delete cluster -kind create cluster +cat <