You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you copy paste in the shell script. It sometimes shortens the script and displays "...." at the beginning in the terminal. When you hit return it fills in the whole script and runs correctly. The Tip is there to reassure the student that it is not a copy paste error.
Copy file name to clipboardExpand all lines: docs/1-the-manual-menace/2-argocd.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ When something is seen as not matching the required state in Git, an application
29
29
2. We are using the [Red Hat GitOps Operator](https://github.com/redhat-developer/gitops-operator) which was deployed as part of the cluster setup. Normally this step would be done as part of the Operator Install so its a bit more complicated than we would like. Because _we did not know_ your team names ahead of time 👻 we will need to update an environment variable on the Operator Subscription. This tells the Operator its OK to deploy a cluster scoped ArgoCD instance into your <TEAM_NAME>-ci-cd project. Run this shell script:
30
30
31
31
<p class="tip">
32
-
🐌 THIS IS NOT GITOPS - Until we work out a better way to automate this. 🐎
32
+
🐌 THIS IS NOT GITOPS - Until we work out a better way to automate this. 🐎 If you see "...."in your terminal after you copy this shell script, do not worry. Hit return and it will run as designed.
33
33
</p>
34
34
35
35
```bash
@@ -151,4 +151,4 @@ When something is seen as not matching the required state in Git, an application
151
151
echo https://$(oc get route/our-todolist -n ${TEAM_NAME}-ci-cd --template='{{.spec.host}}')
152
152
```
153
153
154
-
🪄🪄 Magic! You've now deployed ArgoCD and got it to manually deploy an application for you. Next up, we'll make ArgoCD do some *REAL* GitOps 🪄🪄
154
+
🪄🪄 Magic! You've now deployed ArgoCD and got it to manually deploy an application for you. Next up, we'll make ArgoCD do some *REAL* GitOps 🪄🪄
0 commit comments