Skip to content

Commit 327af8c

Browse files
committed
Ensure coder is up before coder login
1 parent 5a7fbfd commit 327af8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.sharing.io/init

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ helm install coder ./helm/ \
3333
--namespace coder \
3434
--values .sharing.io/values.yaml
3535
# # Wait for coder to deploy
36-
# kubectl rollout status deployment coder -n coder
37-
# kubectl wait -n coder --for=condition=ready pod -l app.kubernetes.io/name=coder
36+
# kubectl rollout status deployment coder -n coder... so we can create the inital user
37+
kubectl wait -n coder --for=condition=ready pod -l app.kubernetes.io/name=coder
3838

3939
# create the initial user
4040
# populate ii or pair as an admin user without logging in

0 commit comments

Comments
 (0)