mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 00:10:45 +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
|
||||
value: "/var/run/secrets/pomerium/bootstrap.dat"
|
||||
- name: BOOTSTRAP_CONFIG_WRITEBACK_URI
|
||||
value: "secret://pomerium-zero/pomerium/bootstrap"
|
||||
value: "secret://$(POMERIUM_NAMESPACE)/pomerium/bootstrap"
|
||||
- name: POD_IP
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
|
|
|
@ -27,6 +27,7 @@ spec:
|
|||
emptyDir: {}
|
||||
- name: bootstrap
|
||||
secret:
|
||||
optional: true
|
||||
secretName: pomerium
|
||||
items:
|
||||
- key: bootstrap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue