Results 599 comments of Wes McNamee

that's a good call. Usually annotations are used when resources need to interact with other resources in a "generic" way, without requiring the need of a CRD. In this case...

@mkmik can you help me understand what the interaction is between sealed secret and vanilla secret that needs the annotation on tht vanilla?

Thank you for the history! It clarifies a lot. This still seems doable, it depends on whether or not kubeseal reads the annotation on the sealed secret or just uses...

Oh please... deep merge of all the things is so needed! As an example: `.kitchen.yml` ```yaml --- driver: name: vagrant provisioner: name: chef_zero require_chef_omnibus: 12.21.1 always_update_cookbooks: true cookbooks_path: - ../../site-cookbooks...

This is a _super_ confusing problem. ``` terraform-module-versions --help No preset version installed for command terraform-module-versions Please install a version by running one of the following: asdf install golang 1.16.6...

I'd like to propose an `asdf check` subcommand. A way to verify that the current shims of commands meet the requirements of the `.tool-versions` file. Scripted automation can then run...