Skip to content

Commit

Permalink
markdown lint resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
owais-rehman committed Dec 19, 2024
1 parent d3f7b70 commit dcffe4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Here `<environment>` 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)
Expand Down

0 comments on commit dcffe4b

Please sign in to comment.