Fix yaml bug
This commit is contained in:
parent
61afaf43e3
commit
7414baf2f5
2 changed files with 13 additions and 2 deletions
|
|
@ -29,6 +29,17 @@ spec:
|
|||
command:
|
||||
- /home/weave/launch.sh
|
||||
env:
|
||||
- name: WEAVE_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: weave-passwd
|
||||
key: weave-passwd
|
||||
- name: IPTABLES_BACKEND
|
||||
value: nft
|
||||
- name: WEAVE_MTU
|
||||
value: "1376"
|
||||
- name: IPALLOC_RANGE
|
||||
value: 10.32.0.0/12
|
||||
- name: HOSTNAME
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue