Skip to content
Snippets Groups Projects
Verified Commit a76b5473 authored by Arie Peterson's avatar Arie Peterson
Browse files

Use absolute paths in helmfile value file references

parent 39157175
No related branches found
No related tags found
No related merge requests found
environments:
oas:
values:
- "../../../../../../etc/OpenAppStack/values/local.yaml"
- "/etc/OpenAppStack/values/local.yaml"
releases:
- name: "oas-{{ .Environment.Values.releaseName }}-local-storage"
......
environments:
oas:
values:
- "../../../../../../etc/OpenAppStack/values/local.yaml"
- "/etc/OpenAppStack/values/local.yaml"
repositories:
- name: jetstack
......
environments:
oas:
values:
- "../../../../../../etc/OpenAppStack/values/local.yaml"
- "/etc/OpenAppStack/values/local.yaml"
releases:
- name: "oas-{{ .Environment.Values.releaseName }}-proxy"
......
environments:
oas:
values:
- "../../../../../../etc/OpenAppStack/values/local.yaml"
- "/etc/OpenAppStack/values/local.yaml"
releases:
- name: "oas-{{ .Environment.Values.releaseName }}-prometheus"
......
environments:
oas:
values:
- "../../../../../../etc/OpenAppStack/values/local.yaml"
- "/etc/OpenAppStack/values/local.yaml"
# Note: needs helm-git plugin (https://github.com/aslafy-z/helm-git)
repositories:
......
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