feat: initial codebase
This commit is contained in:
13
applications/vault/helmfile.yaml
Normal file
13
applications/vault/helmfile.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
repositories:
|
||||
- name: vault-helm
|
||||
url: https://helm.releases.hashicorp.com
|
||||
|
||||
releases:
|
||||
- name: vault
|
||||
namespace: {{ .Values.namespace | default "vault" }}
|
||||
chart: vault-helm/vault
|
||||
version: 0.28.1
|
||||
installed: true
|
||||
values:
|
||||
- values.yaml
|
||||
- ../common-config.yaml
|
||||
2
applications/vault/values.yaml
Normal file
2
applications/vault/values.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
ui:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user