Skip to content

Commit

Permalink
docs: added instructions how to use values.yaml files
Browse files Browse the repository at this point in the history
Signed-off-by: leonsteinhaeuser <[email protected]>
  • Loading branch information
leonsteinhaeuser committed Feb 22, 2024
1 parent b043353 commit 8cdc132
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ module "namespace-management" {
}
```

### With values.yaml

From module version `v1.4.0` we also support the usage of a `values.yaml` file. By default, if you configured the git generator, we will look for a `values.yaml` inside the `values` folder next to the configured argocd application configuration. The `values.yaml` file will be named after the Helm release name (dashes are replaced by underscores).

```txt
|--- argo
| |--- values
| | |--- argocd.yaml
| |--- argocd.yaml (chart.release_name: argocd)
```

## Cluster selection

The cluster selection is based on the ``
Expand Down

0 comments on commit 8cdc132

Please sign in to comment.