From dcffe4b0b50fc7872c6931edd02d0562ac950ac1 Mon Sep 17 00:00:00 2001 From: owais-rehman Date: Thu, 19 Dec 2024 13:45:17 +0500 Subject: [PATCH] markdown lint resolution --- content/for-administrators/setup-tls-certificates/tls-certs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/for-administrators/setup-tls-certificates/tls-certs.md b/content/for-administrators/setup-tls-certificates/tls-certs.md index 5314a506..c4428073 100644 --- a/content/for-administrators/setup-tls-certificates/tls-certs.md +++ b/content/for-administrators/setup-tls-certificates/tls-certs.md @@ -96,6 +96,7 @@ Here `` correspond to the cluster where you want to deploy this. ``` In `.spec.template`, we are specifying the name of the template that we created previously. In `.spec.selector` we need to specify namespaces where these resources would be deployed based on labels that are assigned to these namespaces. In present case, this will be deployed to all the namespaces which has `stakater.com/kind` as label key and `alpha` or `dev` as its value. + 1. Commit, push and then merge to `main` branch. In few minutes ArgoCD will deploy these resources to relevant namespaces. 1. To verify whether resources are deployed correctly and working fine in cluster, you can go cluster console and select `Administrator` view and click `Home > Search`. Select a particular namespace and then search for `Certificate` in `Resources` dropdown as show below: ![OpenShift Console](images/console.png)