diff options
author | 2020-10-09 06:14:18 +0000 | |
---|---|---|
committer | 2020-10-09 06:14:18 +0000 | |
commit | 6c31c81de15af5421b4d370030a7a0152d65197a (patch) | |
tree | e1b6066888ec70e00df0f20e0375345f2d94bd19 /kubernetes/contrib/components/ejbca/values.yaml | |
parent | bfe75a346b6ac671723affa5770b4caf4ae7f79a (diff) | |
parent | 2f098b0521818034944f26793046e960c238cf57 (diff) |
Merge "[CONTRIB] Fix chart subcomponent's readiness image name pattern"
Diffstat (limited to 'kubernetes/contrib/components/ejbca/values.yaml')
-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 |