Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Song Gao committed Jun 15, 2020
1 parent 233ffab commit 550ea66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api-references/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3407,7 +3407,7 @@ string
</tr>
<tr>
<td>
<code>internal_proxy</code></br>
<code>internal-proxy</code></br>
<em>
bool
</em>
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/pingcap/v1alpha1/pd_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ type DashboardConfig struct {
// +optional
PublicPathPrefix *string `toml:"public-path-prefix,omitempty" json:"public-path-prefix,omitempty"`
// +optional
InternalProxy *bool `toml:"internal-proxy,omitempty" json:"internal_proxy,omitempty"`
InternalProxy *bool `toml:"internal-proxy,omitempty" json:"internal-proxy,omitempty"`
}

// PDLogConfig serializes log related config in toml/json.
Expand Down

0 comments on commit 550ea66

Please sign in to comment.