summaryrefslogtreecommitdiffstats
path: root/kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-25 09:10:57 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-25 09:10:57 +0000
commit600b979eca5e1fe811fded36ab0a8ca0bf213878 (patch)
treef5ce0388f0f682b4ef91bdaef2afbc92781d6859 /kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties
parent322d6c775b57d6561574aa1ff29d6f5950a04a4f (diff)
parent2ffb1ba25a2a797fe781009adcc4766fbf44fe38 (diff)
Merge "[Portal] Remove hardcoded cassandra password"
Diffstat (limited to 'kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties')
-rw-r--r--kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties b/kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties
index 37544d11e3..4efbac7fe3 100644
--- a/kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties
+++ b/kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties
@@ -29,5 +29,5 @@ music.serialize.compress = true
music.atomic.get = false
music.atomic.put = true
cassandra.host={{.Values.cassandra.service.name}}
-cassandra.user={{.Values.cassandra.config.cassandraUsername}}
-cassandra.password={{.Values.cassandra.config.cassandraPassword}}
+cassandra.user=${CASSA_USER}
+cassandra.password=${CASSA_PASSWORD}