From e0e8ca7e4141de59e1e2a8f7918103c85db6d8f4 Mon Sep 17 00:00:00 2001 From: Jakub Latusek Date: Wed, 21 Oct 2020 13:36:29 +0200 Subject: [SDNC] change comment style Signed-off-by: Jakub Latusek Change-Id: Ia390319f744931f435615af49246c0e13cdb8564 Issue-ID: OOM-2562 --- kubernetes/sdnc/components/sdnc-prom/resources/bin/switchVoting.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kubernetes/sdnc/components/sdnc-prom/resources/bin/switchVoting.sh') diff --git a/kubernetes/sdnc/components/sdnc-prom/resources/bin/switchVoting.sh b/kubernetes/sdnc/components/sdnc-prom/resources/bin/switchVoting.sh index f13196e7e8..091643f174 100755 --- a/kubernetes/sdnc/components/sdnc-prom/resources/bin/switchVoting.sh +++ b/kubernetes/sdnc/components/sdnc-prom/resources/bin/switchVoting.sh @@ -1,3 +1,4 @@ +{{/* #/bin/sh # Copyright © 2018 Amdocs @@ -13,6 +14,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. +*/}} set -e primary=${SDNC_IS_PRIMARY_CLUSTER:-true} -- cgit 1.2.3-korg