File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 15
15
** xref:03-configuration.adoc#config-introduction[Introduction]
16
16
** xref:03-configuration.adoc#config-health-checks[Health Checks]
17
17
** 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]
18
20
19
21
* xref:04-applicationsets.adoc[4. ApplicatonSets]
20
22
Original file line number Diff line number Diff line change @@ -416,9 +416,17 @@ oc patch -n {user}-argocd argocd argocd --type=merge --patch-file=/home/lab-user
416
416
417
417
Verify that you can now see the terminal tab for the pod resource:
418
418
419
-
419
+ image::argocd-terminal.png[]
420
420
421
421
[IMPORTANT]
422
422
As per the Argo CD Documentation, the `argocd-server` ServiceAccount must be granted additional permissions with Kubernetes RBAC
423
423
to enable the terminal. These permissions have already been applied by specifying a custom ClusterRole for the GitOps Operator.
424
424
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
+
You can’t perform that action at this time.
0 commit comments