standardizing SDC helm charts
[oom.git] / kubernetes / sdc / resources / config / sdc-fe / FE_2_setup_configuration.rb
index 5c233a2..3dc4b56 100755 (executable)
@@ -7,7 +7,7 @@ template "catalog-fe-config" do
    mode "0755"
    variables({
       :fe_host_ip   => node['HOST_IP'],
-      :be_host_ip   => "sdc-be.{{.Values.nsPrefix}}",
+      :be_host_ip   => "sdc-be.{{include "common.namespace" .}}",
       :catalog_port => node['BE'][:http_port],
       :ssl_port     => node['BE'][:https_port]
    })