Configuring Vault helm with terraform
Terraform may also be used to configure and deploy the Vault Helm chart, by using the Helm provider.
For example, to configure the chart to deploy HA Vault with integrated storage (raft), the values overrides can be set on the command-line, in a values yaml file, or with a Terraform configuration:
The values file can also be used directly in the Terraform configuration with the values
directive.
Further examples
Vault config as a multi-line string
Lists of volumes and volumeMounts
Annotations
Annotations can be set as a YAML map:
or as a multi-line string: