maintenance: pass bastion key into metis env
This commit is contained in:
parent
0fc5ac3041
commit
1c9716d855
@ -18,7 +18,7 @@ spec:
|
|||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: "true"
|
||||||
prometheus.io/port: "8080"
|
prometheus.io/port: "8080"
|
||||||
prometheus.io/path: "/metrics"
|
prometheus.io/path: "/metrics"
|
||||||
metis.bstein.dev/config-rev: "2026-04-02-02"
|
metis.bstein.dev/config-rev: "2026-04-05-01"
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: metis
|
serviceAccountName: metis
|
||||||
terminationGracePeriodSeconds: 30
|
terminationGracePeriodSeconds: 30
|
||||||
@ -48,6 +48,12 @@ spec:
|
|||||||
name: metis-ssh-keys
|
name: metis-ssh-keys
|
||||||
key: brad_pub
|
key: brad_pub
|
||||||
optional: true
|
optional: true
|
||||||
|
- name: METIS_SSH_KEY_BASTION
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: metis-ssh-keys
|
||||||
|
key: bastion_pub
|
||||||
|
optional: true
|
||||||
- name: METIS_SSH_KEY_HECATE_TETHYS
|
- name: METIS_SSH_KEY_HECATE_TETHYS
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user