Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagebash
# deploy-as-code/helm/charts/monitoring/monitoring-helmfile.yaml

...

Code Block
languagebash

environments:
  demo:
    values:
      - namespace: monitoring
      - ../../environments/egov-demo.yaml
      - ../../environments/egov-demo-secrets.yaml

...