diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-30 07:46:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-30 07:46:48 +0000 |
commit | cfc5e1f3c393125655a80ac0106db8eec2ede42a (patch) | |
tree | 06ebd1e2d762a1561df2318ead43cbdd9be44731 /kubernetes/platform/components/oom-cert-service/values.yaml | |
parent | e094524d6bc3f83c562486177649cfea8bc2f93f (diff) | |
parent | 751f0f12fadbd9d471aa7f0c02a1bfb08636e624 (diff) |
Merge "[PLATFORM] Add new fake deployment to fix offline certificates generation" into guilin
Diffstat (limited to 'kubernetes/platform/components/oom-cert-service/values.yaml')
-rw-r--r-- | kubernetes/platform/components/oom-cert-service/values.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/platform/components/oom-cert-service/values.yaml b/kubernetes/platform/components/oom-cert-service/values.yaml index 3ab9895037..bcb2544ce5 100644 --- a/kubernetes/platform/components/oom-cert-service/values.yaml +++ b/kubernetes/platform/components/oom-cert-service/values.yaml @@ -34,6 +34,7 @@ global: # Standard OOM pullPolicy: "Always" repository: "nexus3.onap.org:10001" + offlineDeploymentBuild: false # Service configuration @@ -44,6 +45,8 @@ service: port: 8443 port_protocol: http +# Certificates generation configuration +certificateGenerationImage: onap/integration-java11:7.1.0 # Deployment configuration repository: nexus3.onap.org:10001 |