1
0
Fork 0
molgenis-ops-docker-helm/molgenis-vault
Fleur Kelpin 8541b328b8 feat (molgenis-vault): Add vault-ui 2018-09-10 14:15:10 +02:00
..
charts chore (molgenis-vault): Add dependencies vault-operator and etcd-operator 2018-09-07 21:46:25 +02:00
resources doc (molgenis-vault): Clean up documentation 2018-09-07 21:46:55 +02:00
templates feat (molgenis-vault): Add vault-ui 2018-09-10 14:15:10 +02:00
.helmignore chore (molgenis-vault): helm init molgenis-vault 2018-09-07 21:46:04 +02:00
Chart.yaml doc (molgenis-vault): add icon 2018-09-07 22:45:32 +02:00
README.md fix (molgenis-vault): default cronjob schedule invalid 2018-09-10 12:07:33 +02:00
catalogIcon-molgenis-vault.svg doc (molgenis-vault): add icon 2018-09-07 22:45:32 +02:00
requirements.lock chore (molgenis-vault): Add dependencies vault-operator and etcd-operator 2018-09-07 21:46:25 +02:00
requirements.yaml chore (molgenis-vault): Add dependencies vault-operator and etcd-operator 2018-09-07 21:46:25 +02:00
values.yaml feat (molgenis-vault): Add vault-ui 2018-09-10 14:15:10 +02:00

README.md

MOLGENIS Vault helm chart

This chart creates a vault operator, but NO vault. The vault operator defines a new custom resource named vault that you can use to create vaults.

After launching the operator, create the molgenis vault manually: kubectl create -f resources/vault.yaml

That creates a new vault with two vault pods.

See https://github.com/coreos/vault-operator/blob/master/doc/user/vault.md

Parameters

Azure cloud credentials

Define credentials for backup to the Azure Blob Store. See etcd-operator documentation.

Parameter Description Default
abs.account name of storage account fdlkops
abs.accessKey access key of storage account xxxx
abs.cloud name of cloud environment AzurePublicCloud

Backup job

Define the schedule of the backup job

Parameter Description Default
backupJob.enable Enable backup cronjob true
backupJob.schedule cron schedule for the backup 0 12 * * 1