divnix / std

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

Fix kubectl arguments order #356

Closed whs-dot-hk closed 1 year ago

whs-dot-hk commented 1 year ago

Context

While running apply and diff through std cli, kubectl will produce an unexpected args error.

Solution

Put the filename arg after recursive, so that it can be followed by a manifest path

blaggacao commented 1 year ago

Thank's a lot! My use case / prototype had been focused on kustomize so I didn't catch that error. :handshake: Thanks for your collab!