Josh Soref

Results 1027 comments of Josh Soref

I mean, I'd rather `act` use `` ` ``...`` ` `` instead of `'`...`'`, but that's a larger discussion and yes, some extra quoting adventures would be involved. This PR...

- #2590 added the missing space The rest of the grammar is still wrong, but ...

For the record, I have two feature gates enabled: ```yaml config: apiVersion: controller.config.cert-manager.io/v1alpha1 kind: ControllerConfiguration featureGates: ServerSideApply: true UseDomainQualifiedFinalizer: true ```

It's not a command-line, it's some sort of natively handled thing... ``` % kubectl get -n cert-manager -o yaml cm/cert-manager ``` ```yaml apiVersion: v1 data: config.yaml: | apiVersion: controller.config.cert-manager.io/v1alpha1 featureGates:...