refactor: move files to a kind-directory so Renovate will find them
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user