cert-manager: cert-exporter: Static SSH host keys

The *cert-exporter* script really only needs the SSH host key for Gitea,
so the dynamic host key fetch is overkill.  Since it frequently breaks
for various reasons, it's probably better to just have a static list of
trusted keys.
This commit is contained in:
2024-01-04 15:35:00 -06:00
parent 98cdcdfe30
commit fbf2a6864f
3 changed files with 10 additions and 7 deletions

View File

@@ -26,8 +26,7 @@ secretGenerator:
namespace: cert-manager
files:
- cert-exporter.pem
options:
disableNameSuffixHash: true
- ssh_known_hosts
- name: acme-dns
namespace: cert-manager