aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2-services/components/dcae-datalake-feeder/values.yaml
diff options
context:
space:
mode:
authorJack Lucas <jflos@sonoris.net>2022-03-18 12:32:59 -0400
committerJack Lucas <jflos@sonoris.net>2022-03-23 10:12:19 -0400
commitc979732d500e2473f5299f33d969ec829bcbeac5 (patch)
tree88b9566aaa1ef0e4781586e3424acc09b41767ba /kubernetes/dcaegen2-services/components/dcae-datalake-feeder/values.yaml
parent0e55ea53b1886df5847f4838fb840b668b4acb1f (diff)
[DCAEGEN2] Remove Consul loader init container
DCAE microservices no longer rely on Consul to store their configuration information. This change modifies the common DCAE microservice deployment template to eliminate the initContainer that loads configuration information into Consul. Issue-ID: DCAEGEN2-3059 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I4d9d547de020fe1987afab1c99cd033799ed7b36
Diffstat (limited to 'kubernetes/dcaegen2-services/components/dcae-datalake-feeder/values.yaml')
-rw-r--r--kubernetes/dcaegen2-services/components/dcae-datalake-feeder/values.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2-services/components/dcae-datalake-feeder/values.yaml b/kubernetes/dcaegen2-services/components/dcae-datalake-feeder/values.yaml
index ec320ebef8..4de71c3ece 100644
--- a/kubernetes/dcaegen2-services/components/dcae-datalake-feeder/values.yaml
+++ b/kubernetes/dcaegen2-services/components/dcae-datalake-feeder/values.yaml
@@ -1,6 +1,7 @@
# ================================ LICENSE_START =============================
# ============================================================================
# Copyright (C) 2021 Wipro Limited.
+# Copyright (c) 2022 J. F. Lucas. All rights reserved.
# ============================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -51,7 +52,6 @@ secrets:
# InitContainer Images.
#################################################################
tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0
-consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.1.1
#################################################################
# Application Configuration Defaults.