divnix / std

A DevOps framework for the SDLC with the power of Nix and Flakes. Good for keeping deadlines!
https://std.divnix.com
377 stars 41 forks source link

fix(blockTypes/kubectl): fix and adapt for use with kustomize #338

Closed blaggacao closed 11 months ago

blaggacao commented 11 months ago

Context

The kubectl was — until now — only a stump implementation in the interest of advancing the feature.

Now

This PR iterated over a real-world deployment making use of kustomize and thereby finalized the kubectl just out of a PoC / sketch.

Further iteration to be expected.