refactor: move files to a kind-directory so Renovate will find them

This commit is contained in:
2024-12-28 18:07:44 +01:00
parent dc3af1b710
commit e62508cfbd
9 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
set -euo pipefail
kind create cluster --config kind.yaml --wait 10m
kind create cluster --config kind/kind.yaml --wait 10m
kubectl create secret docker-registry gitlab \
--docker-server=registry.gitlab.com \
@@ -14,7 +14,7 @@ kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "gitlab"
kustomized="$(mktemp --suffix .unboundkind.yaml --tmpdir=/tmp/)"
kubectl kustomize --enable-helm . > "${kustomized}"
kubectl kustomize --enable-helm ./kind > "${kustomized}"
kubectl apply -f "${kustomized}" || true
kubectl wait --for=condition=Ready pods --all -n cert-manager --timeout=5m
kubectl wait --for=condition=Ready pods --all -n external-secrets --timeout=5m