This message was deleted.
# fleet
a
This message was deleted.
b
For anyone in the future, the answer is yes, but not where you expect it. Eventually the helm deploy will leave the usual secret that you can unpack and get the render from
Copy code
kubectl get secret \
    -n $NAMESPACE $SECRET_NAME \
    -o jsonpath="{ .data.release }" |
    base64 -d |
    base64 -d |
    gunzip -c |
    jq -r '.manifest'