mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 02:09:15 +02:00
adjust according to comments
This commit is contained in:
parent
c08eaa2347
commit
a1637a5050
2 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ spec:
|
||||||
- name: BOOTSTRAP_CONFIG_FILE
|
- name: BOOTSTRAP_CONFIG_FILE
|
||||||
value: "/var/run/secrets/pomerium/bootstrap.dat"
|
value: "/var/run/secrets/pomerium/bootstrap.dat"
|
||||||
- name: BOOTSTRAP_CONFIG_WRITEBACK_URI
|
- name: BOOTSTRAP_CONFIG_WRITEBACK_URI
|
||||||
value: "secret://pomerium-zero/pomerium/bootstrap"
|
value: "secret://$(POMERIUM_NAMESPACE)/pomerium/bootstrap"
|
||||||
- name: POD_IP
|
- name: POD_IP
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
|
|
|
@ -27,6 +27,7 @@ spec:
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: bootstrap
|
- name: bootstrap
|
||||||
secret:
|
secret:
|
||||||
|
optional: true
|
||||||
secretName: pomerium
|
secretName: pomerium
|
||||||
items:
|
items:
|
||||||
- key: bootstrap
|
- key: bootstrap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue