maintenance/metis: read optional ssh pubkeys from secret env
This commit is contained in:
parent
a1cd9fe7a7
commit
0fc5ac3041
@ -42,6 +42,18 @@ spec:
|
|||||||
name: metis-runtime
|
name: metis-runtime
|
||||||
key: k3s_token
|
key: k3s_token
|
||||||
optional: true
|
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:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user