Skip to content

Commit

Permalink
Add no_masq_local to weave options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturo Contreras committed Sep 21, 2018
1 parent 403a22a commit e44572a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ spec:
- name: WEAVE_MTU
value: "{{ .Networking.Weave.MTU }}"
{{- end }}
{{- if .Networking.Weave.NO_MASQ_LOCAL }}
- name: NO_MASQ_LOCAL
value: "{{ .Networking.Weave.NO_MASQ_LOCAL }}"
{{- end }}
{{- if .Networking.Weave.ConnLimit }}
- name: CONN_LIMIT
value: "{{ .Networking.Weave.ConnLimit }}"
Expand Down

0 comments on commit e44572a

Please sign in to comment.