Skip to content
Snippets Groups Projects
Commit c63b58a7c683 authored by Florent Aide's avatar Florent Aide
Browse files

rem: remove example config. Use unit tests for now

parent a367b04352c7
No related branches found
No related tags found
No related merge requests found
apiVersion: beaver.cloudcrane.io/v1alpha0
kind: Config
spec:
# Global variables:
# - Can be accumulated/overwritten over beaver config files
variables:
- name: VAULT_KV
value: cnpp.k8s.cloudcrane.io
ytt:
- key: vault.kv
value: "{.VAULT_KV}"
- key: namespace
value: "{.namespace}"
charts:
postgres:
type: helm
name: postgresql
values:
config:
datasource:
password: "<path:{.VAULT_KV}/data/{.namespace}/postgres#password>"
fullnameOverride: "pg-exporter-{.namespace}"
odoo:
type: ytt
name: odoo
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