From d4e96f437effb535e82629fc67d1a31cfeb010c3 Mon Sep 17 00:00:00 2001 From: Jakub Latusek Date: Wed, 21 Oct 2020 13:36:29 +0200 Subject: [CONSUL] change comment style Signed-off-by: Jakub Latusek Change-Id: Ifc524b9818517d5c7741f11e09734300ef66ce77 Issue-ID: OOM-2562 --- .../resources/config/consul-agent-config/scripts/sdnc-cluster-health.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kubernetes/consul/resources/config/consul-agent-config/scripts/sdnc-cluster-health.sh') diff --git a/kubernetes/consul/resources/config/consul-agent-config/scripts/sdnc-cluster-health.sh b/kubernetes/consul/resources/config/consul-agent-config/scripts/sdnc-cluster-health.sh index eb8127fe11..ed7aefc0cf 100755 --- a/kubernetes/consul/resources/config/consul-agent-config/scripts/sdnc-cluster-health.sh +++ b/kubernetes/consul/resources/config/consul-agent-config/scripts/sdnc-cluster-health.sh @@ -1,4 +1,5 @@ #!/bin/sh +{{/* # Copyright © 2018 Amdocs # Modifications Copyright © 2018 AT&T @@ -14,6 +15,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. +*/}} # query ODL cluster state USERNAME="{{.Values.odl.jolokia.username}}" -- cgit 1.2.3-korg