shoebill/examples/one-config/giops.config.yaml

21 lines
442 B
YAML
Raw Normal View History

2023-07-20 09:26:25 +00:00
---
repositories:
- name: bitnami-oci
url: oci://registry-1.docker.io/bitnamicharts
releases:
- name: postgresql-server
chart: postgresql
repository: bitnami-oci
namespace: postgresql-server
version: latest
2023-09-22 11:02:56 +00:00
values:
- ./values/postgresql.yaml
2023-07-20 09:26:25 +00:00
clusters:
2023-08-02 15:00:34 +00:00
- name: cluster-shoebill-test
git: git@git.badhouseplants.net:allanger/shoebill-test.git
2023-07-20 09:26:25 +00:00
provider: flux
releases:
- postgresql-server