You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Would be nice to make certgen optional in helm chart. (have job resource wrapped with a conditional like certgen.enabled: true/false maybe?)
little silly having to patch away within kustomize like so:
The text was updated successfully, but these errors were encountered:
hey @lsjostro we had discussed this earlier in #3501 and decided to not support a disable knob because the job also creates some secrets needed for OIDC.
If the secrets (for certs or hmac) already exist (if you are setting your own control auth certs), then the cert gen job will skip creating any new secrets (a no-op)
Description:
Would be nice to make certgen optional in helm chart. (have job resource wrapped with a conditional like
certgen.enabled: true/false
maybe?)little silly having to patch away within kustomize like so:
The text was updated successfully, but these errors were encountered: