Hello everyone,
I need help with values.yaml to install vault helm chart with S3 storage backend. I am installing vault helm chart from Hashicorp helm repo. I want to add below details to values.yaml but I am not able to understand syntax for it. Can someone help me with this?
ui = true
seal “awskms” {
kms_key_id = “1-2-3-4-5”
}
listener “tcp” {
address = “0.0.0.0:8200”
cluster_address = “0.0.0.0:8201”
tls_disable = “true”
}
storage “s3” {
bucket = “bucket-name”
}