Skip to content
Snippets Groups Projects
beaver.yml 597 B
Newer Older
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:
Florent Aide's avatar
Florent Aide committed
    value: "{.VAULT_KV}"
Florent Aide's avatar
Florent Aide committed
    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