Skip to content

Commit b78aa8c

Browse files
authored
Merge pull request #142 from mtakane/agroCD-new-tip
Agro cd new tip LGTM
2 parents e8f2356 + 02a8924 commit b78aa8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/1-the-manual-menace/2-argocd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When something is seen as not matching the required state in Git, an application
2929
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:
3030

3131
<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.
3333
</p>
3434

3535
```bash
@@ -151,4 +151,4 @@ When something is seen as not matching the required state in Git, an application
151151
echo https://$(oc get route/our-todolist -n ${TEAM_NAME}-ci-cd --template='{{.spec.host}}')
152152
```
153153
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

Comments
 (0)