diff --git a/content/for-administrators/setup-tls-certificates/images/certificate-details.png b/content/for-administrators/how-to-guides/certificate-management/images/certificate-details.png similarity index 100% rename from content/for-administrators/setup-tls-certificates/images/certificate-details.png rename to content/for-administrators/how-to-guides/certificate-management/images/certificate-details.png diff --git a/content/for-administrators/how-to-guides/certificate-management/images/console.png b/content/for-administrators/how-to-guides/certificate-management/images/console.png new file mode 100644 index 00000000..d1320e4c Binary files /dev/null and b/content/for-administrators/how-to-guides/certificate-management/images/console.png differ diff --git a/content/for-administrators/setup-tls-certificates/tls-certs.md b/content/for-administrators/how-to-guides/certificate-management/tls-certs.md similarity index 98% rename from content/for-administrators/setup-tls-certificates/tls-certs.md rename to content/for-administrators/how-to-guides/certificate-management/tls-certs.md index c4428073..f976a7dd 100644 --- a/content/for-administrators/setup-tls-certificates/tls-certs.md +++ b/content/for-administrators/how-to-guides/certificate-management/tls-certs.md @@ -91,11 +91,11 @@ Here `` correspond to the cluster where you want to deploy this. matchExpressions: - key: stakater.com/kind operator: In - values: [ alpha, dev ] + values: [ sandbox, dev ] sync: true ``` - 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. + 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 `sandbox` 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: diff --git a/content/for-administrators/setup-tls-certificates/images/console.png b/content/for-administrators/setup-tls-certificates/images/console.png deleted file mode 100644 index ad3b87c8..00000000 Binary files a/content/for-administrators/setup-tls-certificates/images/console.png and /dev/null differ