From 84a80170794643abf3abc7af66db160cc6a2f9b1 Mon Sep 17 00:00:00 2001 From: wangfei Date: Fri, 13 Jan 2023 15:54:07 +0800 Subject: [PATCH] add bash head --- context/calico.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/context/calico.sh b/context/calico.sh index b52dce6..fff8be4 100644 --- a/context/calico.sh +++ b/context/calico.sh @@ -1,2 +1,4 @@ +#!/bin/bash + kubectl apply -f applications/tigera-operator.yaml kubectl apply -f applications/custom-resources.yaml \ No newline at end of file