Skip to content

Commit

Permalink
updated docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
owais-rehman committed Dec 31, 2024
1 parent be57945 commit 7be1595
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ spec:
matchExpressions:
- key: stakater.com/tenant
operator: In
values: [ tenant1, tenant2 ]
values: [ <comma separated tenant names list> ]
sync: true
```

#### Key Fields

- **`.spec.template`**: References the `Template` resource.
- **`.spec.selector`**: Specifies namespaces to deploy resources based on label expressions.
- In this example, resources are deployed to tenant with the label `stakater.com/tenant` having values `tenant1` or `tenant2`.
- In this example, resources are deployed to tenant with the label `stakater.com/tenant` having values `tenant1` or `tenant2`. Ensure this list includes the names of all tenants where the `Issuer` needs to be available. Whenever you add a new tenant requiring an `Issuer`, update this field to include its name.

Commit, push, and merge these changes to the `main` branch. ArgoCD will deploy the resources to the specified namespaces within a few minutes.

Expand Down

0 comments on commit 7be1595

Please sign in to comment.