# HG changeset patch # User Florent Aide <florent.aide@gmail.com> # Date 1652429537 -7200 # Fri May 13 10:12:17 2022 +0200 # Node ID c63b58a7c6839ca0574507d109dac14b230dd806 # Parent a367b04352c786fc2ec2be54d0dfcb0053d88f58 rem: remove example config. Use unit tests for now diff --git a/example/beaver.yml b/example/beaver.yml deleted file mode 100644 --- a/example/beaver.yml +++ /dev/null @@ -1,25 +0,0 @@ -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