Skip to content

Commit 85028f7

Browse files
committed
Finalize configuration module
1 parent d166daf commit 85028f7

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
25.1 KB
Loading

content/modules/ROOT/nav.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
** xref:03-configuration.adoc#config-introduction[Introduction]
1616
** xref:03-configuration.adoc#config-health-checks[Health Checks]
1717
** xref:03-configuration.adoc#enable-appset[Enable Application Sets]
18+
** xref:03-configuration.adoc#enable-terminal[Enable Terminal]
19+
** xref:03-configuration.adoc#config-conclusion[Conclusion]
1820
1921
* xref:04-applicationsets.adoc[4. ApplicatonSets]
2022

content/modules/ROOT/pages/03-configuration.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,17 @@ oc patch -n {user}-argocd argocd argocd --type=merge --patch-file=/home/lab-user
416416

417417
Verify that you can now see the terminal tab for the pod resource:
418418

419-
419+
image::argocd-terminal.png[]
420420

421421
[IMPORTANT]
422422
As per the Argo CD Documentation, the `argocd-server` ServiceAccount must be granted additional permissions with Kubernetes RBAC
423423
to enable the terminal. These permissions have already been applied by specifying a custom ClusterRole for the GitOps Operator.
424424

425+
[#config-conclusion]
426+
== Conclusion
427+
428+
In this module we have learned how to configure Argo CD, the importance of health checks and handling
429+
configuration options not available in the Operator.
430+
431+
Clean-up your work by deleting the `health-test` Application using the default `Foreground` deletion option.
432+

0 commit comments

Comments
 (0)