Fix flexVol serving of nginx certificates

FlexVol requires that you specify certificates as secrets in order to get both the certificate and private key in the appropriate format for nginx to consume. Additionally, flexvol shouldn't interfer with other secrets mounted in it's host directory.
This commit is contained in:
tomdds
2019-12-02 15:41:46 -05:00
parent df6ab4a016
commit 728bb5713f
3 changed files with 12 additions and 9 deletions

View File

@@ -10,4 +10,4 @@ spec:
flexVolume:
options:
keyvaultname: "atat-vault-test"
keyvaultobjectnames: "dhparam4096;staging-cert"
keyvaultobjectnames: "dhparam4096;staging-cert;staging-cert"