diff --git a/.github/workflows/kubepug.yml b/.github/workflows/kubepug.yml index 04f0a61..c4ed059 100644 --- a/.github/workflows/kubepug.yml +++ b/.github/workflows/kubepug.yml @@ -20,6 +20,8 @@ jobs: - name: Run Kubepug with your Helm Charts Repository run: | + echo "current directory:" ls + echo "directory files:" pwd find ~/charts/msal-proxy -mindepth 1 -maxdepth 1 -type d | xargs -t -n1 -I% /bin/bash -c '~/bin/helm template % --api-versions ${K8S_TARGET_VERSION} | ~/bin/kubepug --error-on-deprecated --error-on-deleted --k8s-version ${K8S_TARGET_VERSION} --input-file /dev/stdin'