diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-19 16:48:39 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-12-17 14:05:06 +0100 |
commit | 145140b968430f5ac62ec72499b36d40f708054a (patch) | |
tree | e7e29d95eef2405a650559e4c740e7497a809f9e /kubernetes/onap/values.yaml | |
parent | 79185b609b107b7e626973a026d2898c9d5534c8 (diff) |
[COMMON][CertInit] Uses new tpls for repos / images
This commit makes CertInitializer template to use the new generator for
repositories and images.
Issue-ID: OOM-2364
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I5efa37225bfe05e2c7be7b8d2420ccaeb10afe62
Diffstat (limited to 'kubernetes/onap/values.yaml')
-rwxr-xr-x | kubernetes/onap/values.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index 83dfbfb2ef..1998539726 100755 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -111,6 +111,9 @@ global: # image pull policy pullPolicy: Always + # default java image + jreImage: onap/integration-java11:7.2.0 + # default clusterName # {{ template "common.fullname" . }}.{{ template "common.namespace" . }}.svc.{{ .Values.global.clusterName }} clusterName: cluster.local |