fix case tabs in package-system.mk

This commit is contained in:
Marian Koreniuk
2024-04-17 22:36:13 +03:00
committed by GitHub
parent fcebfdff24
commit 758079520c

View File

@@ -6,12 +6,12 @@ help: ## Show this help.
show: ## Show output of rendered templates
case "$(NAME)" in
cilium|kubeovn)
kubectl get hr -n $(NAMESPACE) $(NAME) -o jsonpath='{.spec.values}' | helm template --dry-run=server -n $(NAMESPACE) $(NAME) . -f -
;;
*)
helm template --dry-run=server -n $(NAMESPACE) $(NAME) .
;;
cilium|kubeovn)
kubectl get hr -n $(NAMESPACE) $(NAME) -o jsonpath='{.spec.values}' | helm template --dry-run=server -n $(NAMESPACE) $(NAME) . -f -
;;
*)
helm template --dry-run=server -n $(NAMESPACE) $(NAME) .
;;
esac
apply: suspend ## Apply Helm release to a Kubernetes cluster