website icon indicating copy to clipboard operation
website copied to clipboard

Gateway API: Recommend the `config` approach rather than `extraArgs`

Open maelvls opened this issue 1 year ago • 4 comments

The config approach is much more convenient than to have to concatenate flags in the extraFlags field. The config approach isn't immediately obvious to users, as seen in https://github.com/cert-manager/cert-manager/pull/7121 where we found that there was no need for adding an extra helm value: one could simply use config.enableGatewayAPI.

maelvls avatar Jul 16 '24 12:07 maelvls