From 0e52a797ba4a57386336a7a5ea80e8e32eadfaa9 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 24 Apr 2023 22:22:27 +0200 Subject: add helm lint --- shell-scripts/compile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) mode change 100644 => 100755 shell-scripts/compile (limited to 'shell-scripts') diff --git a/shell-scripts/compile b/shell-scripts/compile old mode 100644 new mode 100755 index 102d4b8..fb96335 --- a/shell-scripts/compile +++ b/shell-scripts/compile @@ -1,4 +1,4 @@ -#!@bash@/bin/bash +#!/bin/bash echo " Compiliiing ${@}" error () { @@ -7,6 +7,12 @@ error () { } case "${@}" in + helm\ lint*) + shift + shift + echo " \-> helm lint --set cluster=debug-cluster --strict --quiet --with-subcharts ${@}" + helm lint --set cluster=debug-cluster --strict --quiet --with-subcharts ${@} | sed -u -E -e "s@$(basename ${PWD})/|error during tpl function execution for \".*\"@@g" + ;; racket*) shift echo " \-> racket -l errortrace -t ${@}" -- cgit v1.2.3