From 9bb7bbe36b06cd23f834ff4b688efc22b3129970 Mon Sep 17 00:00:00 2001 From: kranthikirang Date: Thu, 11 Apr 2019 12:05:06 -0400 Subject: [PATCH] promenade_api proxy input correction Change-Id: I80f4df5458b0c2828b303e732a5d10b66e1aca98 Signed-off-by: kranthikirang --- .../software/charts/ucp/promenade/promenade.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site/airship-seaworthy/software/charts/ucp/promenade/promenade.yaml b/site/airship-seaworthy/software/charts/ucp/promenade/promenade.yaml index 543083d28..e245bd949 100644 --- a/site/airship-seaworthy/software/charts/ucp/promenade/promenade.yaml +++ b/site/airship-seaworthy/software/charts/ucp/promenade/promenade.yaml @@ -22,29 +22,29 @@ data: # NEWSITE-CHANGEME: If your site uses an http proxy, enter it here. # Otherwise comment out these lines. # - name: http_proxy - # value: http://proxy.example.com:8080 + # value: 'http://proxy.example.com:8080' # NEWSITE-CHANGEME: If your site uses an https proxy, enter it here. # Otherwise comment out these lines. # - name: https_proxy - # value: http://proxy.example.com:8080 + # value: 'http://proxy.example.com:8080' # NEWSITE-CHANGEME: If your site uses an http/https proxy, enter the # IPs / domain names which the proxy should not be used for (i.e. the # cluster domain and kubernetes service_cidr defined in common-addresses) # Otherwise comment out these lines. # - name: no_proxy - # value: 10.36.0.1,.cluster.local + # value: '10.96.0.1,.cluster.local' # NEWSITE-CHANGEME: If your site uses an http proxy, enter it here. # Otherwise comment out these lines. # - name: HTTP_PROXY - # value: http://proxy.example.com:8080 + # value: 'http://proxy.example.com:8080' # NEWSITE-CHANGEME: If your site uses an https proxy, enter it here. # Otherwise comment out these lines. # - name: HTTPS_PROXY - # value: http://proxy.example.com:8080 + # value: 'http://proxy.example.com:8080' # NEWSITE-CHANGEME: If your site uses an http/https proxy, enter the # IPs / domain names which the proxy should not be used for (i.e. the # cluster domain and kubernetes service_cidr defined in common-addresses) # Otherwise comment out these lines. # - name: NO_PROXY - # value: 10.36.0.1,.cluster.local + # value: '10.96.0.1,.cluster.local' ...