Skip to content

Commit

Permalink
Include secondary protocol flag always
Browse files Browse the repository at this point in the history
This way if you have the value set in config (even as "") it'll get
passed down to allow you to override the default config

Fixes #9006
  • Loading branch information
jacksontj committed Apr 28, 2020
1 parent f00e538 commit 5fe466f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeup/pkg/model/protokube.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ type ProtokubeFlags struct {
GossipListen *string `json:"gossip-listen" flag:"gossip-listen"`
GossipSecret *string `json:"gossip-secret" flag:"gossip-secret"`

GossipProtocolSecondary *string `json:"gossip-protocol-secondary" flag:"gossip-protocol-secondary"`
GossipProtocolSecondary *string `json:"gossip-protocol-secondary" flag:"gossip-protocol-secondary" flag-include-empty:"true"`
GossipListenSecondary *string `json:"gossip-listen-secondary" flag:"gossip-listen-secondary"`
GossipSecretSecondary *string `json:"gossip-secret-secondary" flag:"gossip-secret-secondary"`
}
Expand Down

0 comments on commit 5fe466f

Please sign in to comment.