maintenance/metis: read optional ssh pubkeys from secret env

This commit is contained in:
Brad Stein 2026-04-05 10:07:09 -03:00
parent a1cd9fe7a7
commit 0fc5ac3041

View File

@ -42,6 +42,18 @@ spec:
name: metis-runtime
key: k3s_token
optional: true
- name: METIS_SSH_KEY_BRAD
valueFrom:
secretKeyRef:
name: metis-ssh-keys
key: brad_pub
optional: true
- name: METIS_SSH_KEY_HECATE_TETHYS
valueFrom:
secretKeyRef:
name: metis-ssh-keys
key: hecate_tethys_pub
optional: true
ports:
- name: http
containerPort: 8080