chore: add more info to README and wait for all pods to be available

This commit is contained in:
2021-10-01 17:50:01 +02:00
parent 2230cc9b98
commit 6593687946
2 changed files with 29 additions and 1 deletions
+2
View File
@@ -11,3 +11,5 @@ kubectl create secret docker-registry gitlab \
kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "gitlab"}]}'
kubectl apply -k .
kubectl wait --for=condition=Ready pods --all