...
Update the environments as required with their relevant file-paths of environment & secrets file and the namespace to be used.
In below config “demo“ is the environment with default namespace being set & environment files being provided.
Code Block | ||
---|---|---|
| ||
# deploy-as-code/helm/charts/monitoring/monitoring-helmfile.yaml environments: demo: values: - namespace: monitoring - ../../environments/egov-demo.yaml - ../../environments/egov-demo-secrets.yaml |
...