mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-19 03:56:21 +00:00
Without this ordering the exporter sees the vaulted Secret on the initial LIST, calls fetchPassphrase against a vault Secret that doesn't exist yet, logs a warning and emits no certificate metrics. The vault Secret arrives later but matches no rule, so nothing re-triggers the vaulted Secret until the 30-min resync — well past the e2e timeout.