diff --git a/example/beaver.yml b/example/beaver.yml deleted file mode 100644 index a367b04352c786fc2ec2be54d0dfcb0053d88f58_ZXhhbXBsZS9iZWF2ZXIueW1s..0000000000000000000000000000000000000000 --- 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