Marko Mikulicic
Marko Mikulicic
A v1/List will work
I meant, it "will" work once implemented
It should be easy to implement hence the "good first issue" label. I like small self-contained PRs to review :-)
once implementing this, let's make sure it works also on `--validate` (see #474)
Although love python just like everyone else, let me chime in with some underrated good ol' shell scripting with `awk`: ```bash awk 'BEGIN {SR=0} /^-+$/{SR++} !/^-+$/{out=SR ".yaml"; print > out}'...
See related #501
@ThomasVitt do you have the rights to install a CRD?
@ThomasVitt for now you have to run N copies if the controller one in each namespace. It's technically possible for us to add support for watching a specific set of...
The biggest hassle is that each controller will have its own private keys and thus you need to make sure to use the right public key to encrypt each secret....
Yes. I guess it's all just a bit too hard to use