Skip to content

Commit

Permalink
docs: added usage example
Browse files Browse the repository at this point in the history
Signed-off-by: leonsteinhaeuser <[email protected]>
  • Loading branch information
leonsteinhaeuser committed Sep 14, 2023
1 parent 36cb9a9 commit 37996e8
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ chart:
release_name: <chart_release_name> # e.g. background-develop
```
## Usage
```hcl
provider "argocd" {
server_addr = "argo.example.com"
auth_token = "my-token"
grpc_web = true
}

module "namespace-management" {
source = "tagesspiegel/application-set/argocd"
version = "1.0.0"
# insert the required variable here
}
```

## Cluster selection

The cluster selection is based on the ``
Expand Down Expand Up @@ -72,4 +88,3 @@ No modules.

No outputs.
<!-- END_TF_DOCS -->

0 comments on commit 37996e8

Please sign in to comment.