auto unseal
This commit is contained in:
parent
723435aa15
commit
6995f60582
1 changed files with 6 additions and 0 deletions
|
@ -97,6 +97,12 @@ spec:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
seal "kubernetes" {
|
||||||
|
secret_name = "vault-unseal-keys"
|
||||||
|
secret_namespace = "security"
|
||||||
|
key_names = ["key1", "key2", "key3"]
|
||||||
|
}
|
||||||
|
|
||||||
service_registration "kubernetes" {}
|
service_registration "kubernetes" {}
|
||||||
statefulSet:
|
statefulSet:
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
Loading…
Reference in a new issue