diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-10-05 09:34:26 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-10-05 09:49:57 +0200 |
commit | 2f098b0521818034944f26793046e960c238cf57 (patch) | |
tree | d91c3e6f68fd112c5dc218587c30b223df479010 /kubernetes/contrib/components/ejbca | |
parent | 9b0a02ce435c5b8c486adaab3e03fc03f42914fb (diff) |
[CONTRIB] Fix chart subcomponent's readiness image name pattern
This aims to fix the changes done in
https://gerrit.onap.org/r/c/oom/+/111509 which broke ejbca/netbox/awx
readiness image name pattern.
Change-Id: I65d2f19a96d43c61167d63eb047e960dc213c985
Issue-ID: OOM-2584
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'kubernetes/contrib/components/ejbca')
-rw-r--r-- | kubernetes/contrib/components/ejbca/values.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/contrib/components/ejbca/values.yaml b/kubernetes/contrib/components/ejbca/values.yaml index 060dcd98a7..1a9a34bcd1 100644 --- a/kubernetes/contrib/components/ejbca/values.yaml +++ b/kubernetes/contrib/components/ejbca/values.yaml @@ -37,6 +37,7 @@ secrets: password: '{{ .Values.config.ejbca.clientIak }}' # application configuration +repository: nexus3.onap.org:10001 config: db: userName: ejbca |