...
Update the environments as required with their relevant file-paths of environment & secrets file and the namespace to be used.
Code Block | ||
---|---|---|
| ||
# deploy-as-code/helm/charts/monitoring/monitoring-helmfile.yaml |
...
Code Block | ||
---|---|---|
| ||
environments:
demo:
values:
- namespace: monitoring
- ../../environments/egov-demo.yaml
- ../../environments/egov-demo-secrets.yaml |
...