1
0
Fork 0
molgenis-ops-docker-helm/molgenis-vault
Fleur Kelpin 4c7bd01ac1 feat: Add backup cronjob
Needs to run under service account created by the etcd-operator subchart so there's some template magic needed to figure out what it's called.
2018-09-07 18:09:51 +02:00
..
charts chore: Add dependencies vault-operator and etcd-operator 2018-09-07 14:59:01 +02:00
resources feat: Add backup cronjob 2018-09-07 18:09:51 +02:00
templates feat: Add backup cronjob 2018-09-07 18:09:51 +02:00
.helmignore chore: helm init molgenis-vault 2018-09-06 13:46:40 +02:00
Chart.yaml feat: Add backup cronjob 2018-09-07 17:51:26 +02:00
README.md feat: Add backup cronjob 2018-09-07 17:51:26 +02:00
requirements.lock chore: Add dependencies vault-operator and etcd-operator 2018-09-07 14:59:01 +02:00
requirements.yaml chore: Add dependencies vault-operator and etcd-operator 2018-09-07 14:59:01 +02:00
values.yaml feat: Add backup cronjob 2018-09-07 17:51:26 +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

The UI will be exposed on the host name you specify.

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 0 0 ? * MON *