diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-02-23 15:54:00 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-02-27 20:42:33 +0000 |
commit | b83415937b6459c208f27b680c45c2539c0c1b46 (patch) | |
tree | bcdede81909f3070c583bcd762f6b615c53818fb /kubernetes/common/certInitializer/values.yaml | |
parent | 8db64842e57c3e4a1e049f8e5ba57d86c1bbd73d (diff) |
[COMMON][CERTINIT] Fail if cert retrieval fails
Current script that retrieve certificates can fail but exit code will be
0. We then add a check in the script in order to avoid such issue
Issue-ID: OOM-2688
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ib41c66a4de46db8752f68ef35a2bfb67ca575246
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 e7a0a3f02e..52b2765329 100644 --- a/kubernetes/common/certInitializer/values.yaml +++ b/kubernetes/common/certInitializer/values.yaml @@ -54,6 +54,7 @@ importCustomCertsEnabled: false truststoreMountpath: "" truststoreOutputFileName: truststore.jks truststorePassword: changeit +envVarToCheck: cadi_keystore_password_p12 # This introduces implicit dependency on cert-wrapper # if you are using cert initializer cert-wrapper has to be also deployed. |