stage.ocelot.social/helmfile/helmfile.yaml.gotmpl
Robert Schäfer a8a1311783 typos
2024-10-29 22:18:52 +01:00

27 lines
633 B
Go Template

---
environments:
default:
values:
- ./environments/default.yaml.gotmpl
---
repositories:
- name: ocelot-social
url: git+https://github.com/Ocelot-Social-Community/Ocelot-Social@deployment/helm/charts?ref=hetzner
releases:
- name: ocelot-social
namespace: {{ .StateValues.namespace }}
chart: ocelot-social/ocelot-social
values:
- ./values/ocelot.yaml.gotmpl
secrets:
- ./secrets/ocelot.yaml
- name: ocelot-neo4j
namespace: {{ .StateValues.namespace }}
chart: ocelot-social/ocelot-neo4j
values:
- ./values/ocelot.yaml.gotmpl
secrets:
- ./secrets/ocelot.yaml