feat: initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
kind create cluster --config kind.yaml --wait 10m
|
||||
|
||||
kubectl create secret docker-registry gitlab \
|
||||
--docker-server=registry.gitlab.com \
|
||||
--docker-username=gitlab \
|
||||
--docker-password="${GITLAB_TOKEN}" \
|
||||
--docker-email=gitlab@paidit.se
|
||||
|
||||
kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "gitlab"}]}'
|
||||
|
||||
kubectl apply -k .
|
||||
Reference in New Issue
Block a user