pub const DEFAULT_CA_BUNDLE_KEY: &str = "ca.crt";Expand description
Default key within a tls.caBundleRef ConfigMap when key is unset — the
conventional filename cert-manager and trust-manager emit CA bundles under.
Lives here (not in the controller) because the kubectl-plugin resolves the
same reference client-side and must agree on the default (centralize-config).