♻️(helmfile) rename helmfile
Rename helmfile to helmfile.yaml.gotmpl to be compatible with helmfile 0.162 and 1.1.9
This commit is contained in:
31
src/helm/helmfile.yaml.gotmpl
Normal file
31
src/helm/helmfile.yaml.gotmpl
Normal file
@@ -0,0 +1,31 @@
|
||||
environments:
|
||||
dev:
|
||||
values:
|
||||
- version: 3.10.0
|
||||
feature:
|
||||
values:
|
||||
- version: 3.10.0
|
||||
feature: ci
|
||||
domain: example.com
|
||||
imageTag: demo
|
||||
---
|
||||
repositories:
|
||||
- name: dev-backends
|
||||
url: https://suitenumerique.github.io/helm-dev-backend
|
||||
---
|
||||
|
||||
releases:
|
||||
- name: dev-backend
|
||||
namespace: {{ .Namespace }}
|
||||
chart: dev-backends/dev-backend
|
||||
version: 0.0.4
|
||||
values:
|
||||
- env.d/{{ .Environment.Name }}/values.dev-backend.yaml.gotmpl
|
||||
|
||||
|
||||
- name: impress
|
||||
version: {{ .Values.version }}
|
||||
namespace: {{ .Namespace }}
|
||||
chart: ./impress
|
||||
values:
|
||||
- env.d/{{ .Environment.Name }}/values.impress.yaml.gotmpl
|
||||
Reference in New Issue
Block a user