does this work? helm template my-release my-chart | kubectl apply --dry-run=client -f - or helm template my-release my-chart --namespace test-namespace | kubectl apply --dry-run=client -f -