@@ -927,18 +927,20 @@ then
927
927
fi
928
928
929
929
# All done
930
- echo " ###############################################################################################################################"
931
- echo " Open Octopus at http://localhost:18080 - username is \" admin\" and password is \" Password01!\" "
932
- echo " Open Gitea at http://localhost:3000 - username is \" octopus\" and password is \" Password01!\" "
930
+ echo " ###############################################################################################################################" > keys.txt
931
+ echo " Open Octopus at http://localhost:18080 - username is \" admin\" and password is \" Password01!\" " >> keys.txt
932
+ echo " Open Gitea at http://localhost:3000 - username is \" octopus\" and password is \" Password01!\" " >> keys.txt
933
933
if [[ " ${INSTALL_ARGO} " == " TRUE" ]]
934
934
then
935
- echo " Start a minikube tunnel in Linux/macOS with: KUBECONFIG=/tmp/octoconfig.yml minikube tunnel"
936
- echo " Start a minikube tunnel in WSL with: MINIKUBE_HOME=\"\$ HOME/.minikube\" KUBECONFIG=/tmp/octoconfig.yml sudo --preserve-env=MINIKUBE_HOME --preserve-env=KUBECONFIG minikube tunnel"
937
- echo " Wait for the Argo CD pods to start. You can see their status with: KUBECONFIG=/tmp/octoconfig.yml kubectl get pods -n argocd"
938
- echo " Find the Argo CD IP address with: KUBECONFIG=/tmp/octoconfig.yml kubectl get service argocd-server -n argocd"
939
- echo " Get the initial Argo CD admin password with: KUBECONFIG=/tmp/octoconfig.yml argocd admin initial-password -n argocd"
940
- echo " Get the logs for the OctopusArgoCDProxy with: KUBECONFIG=/tmp/octoconfig.yml kubectl logs -f deployment/octoargosync -n argocd"
941
- echo " ArgoCD token for account octopus is: ${TOKEN%% pod \" * } "
942
- echo " ArgoCD password is: ${ARGO_PASSWORD} "
935
+ echo " Start a minikube tunnel in Linux/macOS with: KUBECONFIG=/tmp/octoconfig.yml minikube tunnel" >> keys.txt
936
+ echo " Start a minikube tunnel in WSL with: MINIKUBE_HOME=\"\$ HOME/.minikube\" KUBECONFIG=/tmp/octoconfig.yml sudo --preserve-env=MINIKUBE_HOME --preserve-env=KUBECONFIG minikube tunnel" >> keys.txt
937
+ echo " Wait for the Argo CD pods to start. You can see their status with: KUBECONFIG=/tmp/octoconfig.yml kubectl get pods -n argocd" >> keys.txt
938
+ echo " Find the Argo CD IP address with: KUBECONFIG=/tmp/octoconfig.yml kubectl get service argocd-server -n argocd" >> keys.txt
939
+ echo " Get the initial Argo CD admin password with: KUBECONFIG=/tmp/octoconfig.yml argocd admin initial-password -n argocd" >> keys.txt
940
+ echo " Get the logs for the OctopusArgoCDProxy with: KUBECONFIG=/tmp/octoconfig.yml kubectl logs -f deployment/octoargosync -n argocd" >> keys.txt
941
+ echo " ArgoCD token for account octopus is: ${TOKEN%% pod \" * } " >> keys.txt
942
+ echo " ArgoCD password is: ${ARGO_PASSWORD} " >> keys.txt
943
943
fi
944
- echo " ###############################################################################################################################"
944
+ echo " ###############################################################################################################################" >> keys.txt
945
+
946
+ cat keys.txt
0 commit comments