You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Logibox I like that idea! It would make sense to implement it as another data_resource so you could preview the generated yaml. Happy to review a PR if you have some time to look into implementation :)
Since kubectl supports kustomize out of the box now with the
-k
opt, it would be nice if this provider could work with that too.I've put something together that more or less works for my current setup:
Where
kustomize_build.sh
is:But just wondering if a more integrated solution is on the table? Perhaps with a
kubectl_kustomize_documents
data type to render a list of documents?The text was updated successfully, but these errors were encountered: