Jerguš Lejko

Results 2 issues of Jerguš Lejko

I'm running `helm uninstall --wait` for two charts (first uninstalling redis client, then redis server). However, the `--wait` flag does not actually wait for pods to be properly terminated (eg....

feature
in progress

I would like to get a lint failure, when I use incorrect reference to a workflow file in the repo. example: ```yaml # ... - name: Deploy uses: ./.github/actions/whoops-I-put-wrong-path-here with:...