refactor: Move charts to charts dir
This commit is contained in:
15
charts/molgenis-vault/resources/restore.yaml
Normal file
15
charts/molgenis-vault/resources/restore.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# Use kubectl create -f restore.yaml to manually execute a restore of the vault
|
||||
apiVersion: "etcd.database.coreos.com/v1beta2"
|
||||
kind: "EtcdRestore"
|
||||
metadata:
|
||||
# The restore CR name must be the same as spec.etcdCluster.name
|
||||
name: vault-etcd
|
||||
namespace: vault-operator
|
||||
spec:
|
||||
etcdCluster:
|
||||
# The namespace is the same as this EtcdRestore CR
|
||||
name: vault-etcd
|
||||
backupStorageType: ABS
|
||||
abs:
|
||||
path: vault/backup-<specify the backup name>
|
||||
absSecret: abs
|
9
charts/molgenis-vault/resources/vault.yaml
Normal file
9
charts/molgenis-vault/resources/vault.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
# Use kubectl create -f vault.yaml to manually create a vault
|
||||
apiVersion: "vault.security.coreos.com/v1alpha1"
|
||||
kind: "VaultService"
|
||||
metadata:
|
||||
name: "vault"
|
||||
namespace: "vault-operator"
|
||||
spec:
|
||||
nodes: 2
|
||||
version: "0.9.1-0"
|
Reference in New Issue
Block a user