diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-04-07 17:22:42 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-05-06 06:28:43 +0000 |
commit | da711dd6a353c79e2d8990815e18b91dfe2354b3 (patch) | |
tree | edaf0ab5abdd4dc974a22fa21bab51db62a3f586 /kubernetes/common/certInitializer/values.yaml | |
parent | 2ed34c50cd9b6655ffc24b759a14c4c41d3fcf2f (diff) |
[COMMON][CERTINIT] Generate cert with certInit
Some components are http based but want to be usable from outside world.
Instead of dealing with TLS part on the component itself, let's use
certInitializer to generate a secret with the certs which will be usable
by Ingress
Issue-ID: SO-3078
Issue-ID: SO-3237
Issue-ID: CPS-281
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: If166716d159586b1eb94c111e9d3d82a54c2fd6e
Diffstat (limited to 'kubernetes/common/certInitializer/values.yaml')
-rw-r--r-- | kubernetes/common/certInitializer/values.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/common/certInitializer/values.yaml b/kubernetes/common/certInitializer/values.yaml index 52b2765329..2ef6e2d828 100644 --- a/kubernetes/common/certInitializer/values.yaml +++ b/kubernetes/common/certInitializer/values.yaml @@ -55,6 +55,7 @@ truststoreMountpath: "" truststoreOutputFileName: truststore.jks truststorePassword: changeit envVarToCheck: cadi_keystore_password_p12 +# ingressTlsSecret: # This introduces implicit dependency on cert-wrapper # if you are using cert initializer cert-wrapper has to be also deployed. |