We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7fbfd commit 327af8cCopy full SHA for 327af8c
.sharing.io/init
@@ -33,8 +33,8 @@ helm install coder ./helm/ \
33
--namespace coder \
34
--values .sharing.io/values.yaml
35
# # 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
+# kubectl rollout status deployment coder -n coder... so we can create the inital user
+kubectl wait -n coder --for=condition=ready pod -l app.kubernetes.io/name=coder
38
39
# create the initial user
40
# populate ii or pair as an admin user without logging in
0 commit comments