Skip to content

Commit

Permalink
Update field to systemAccount
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <[email protected]>
  • Loading branch information
wallyqs committed May 17, 2019
1 parent b659349 commit 2db81ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/nats/v1alpha2/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ type ServerConfig struct {
// OperatorConfig is the operator configuration from a server.
type OperatorConfig struct {
Secret string `json:"secret,omitempty"`
SystemAccount string `json:"account,omitempty"`
SystemAccount string `json:"systemAccount,omitempty"`
Resolver string `json:"resolver,omitempty"`
}

Expand Down

0 comments on commit 2db81ca

Please sign in to comment.