diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-22 06:26:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-22 06:26:51 +0000 |
commit | e6ce5c7c9aaa3a3bb4717337306ce22b21455476 (patch) | |
tree | ce476feee132b03fd70ef28b0956621f0d30159f /kubernetes/consul/resources/config/consul-agent-config/scripts/appc-dbhost-script.sh | |
parent | 84985e1302960aae0910d7715d913874086c68ef (diff) | |
parent | d4e96f437effb535e82629fc67d1a31cfeb010c3 (diff) |
Merge "[CONSUL] change comment style"
Diffstat (limited to 'kubernetes/consul/resources/config/consul-agent-config/scripts/appc-dbhost-script.sh')
-rwxr-xr-x | kubernetes/consul/resources/config/consul-agent-config/scripts/appc-dbhost-script.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/consul/resources/config/consul-agent-config/scripts/appc-dbhost-script.sh b/kubernetes/consul/resources/config/consul-agent-config/scripts/appc-dbhost-script.sh index b756936201..1dccb3e16c 100755 --- a/kubernetes/consul/resources/config/consul-agent-config/scripts/appc-dbhost-script.sh +++ b/kubernetes/consul/resources/config/consul-agent-config/scripts/appc-dbhost-script.sh @@ -1,3 +1,4 @@ +{{/* # Copyright © 2018 AT&T, Amdocs, Bell Canada Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,6 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +*/}} APPC_DBHOST_POD=$(/consul/bin/kubectl -n {{ include "common.namespace" . }} get pod | grep -o "appc-dbhost-[^[:space:]]*") if [ -n "$APPC_DBHOST_POD" ]; then |