Skip to content
Snippets Groups Projects
Commit 7c428c10 authored by arun9theja's avatar arun9theja
Browse files

helmfile(Multiple).yaml

parent b49bf739
No related branches found
No related tags found
No related merge requests found
environments:
development:
staging:
production:
releases:
- name: backend
chart: charts/backend
values:
- charts/backend/values-{{ .Environment.Name }}.yaml
secrets:
- charts/backend/secrets-{{ .Environment.Name }}.yaml
- name: frontend
chart: charts/frontend
values:
- charts/frontend/values-{{ .Environment.Name }}.yaml
secrets:
- charts/frontend/secrets-{{ .Environment.Name }}.yaml
- name: prometheus
chart: stable/prometheus
version: 11.0.4
values:
- charts/prometheus/values-{{ .Environment.Name }}.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment