Skip to content

Commit

Permalink
Merge branch 'master' into new_volume_tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot[bot] authored Jun 30, 2023
2 parents 90a8270 + afecdc7 commit 4b3e9e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api-references/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16996,7 +16996,7 @@ string
<p>BootstrapSQLConfigMapName is the name of the ConfigMap which contains the bootstrap SQL file with the key <code>bootstrap-sql</code>,
which will only be executed when a TiDB cluster bootstrap on the first time.
The field should be set ONLY when create a TC, since it only take effect on the first time bootstrap.
Only v6.6.0+ supports this feature.</p>
Only v6.5.1+ supports this feature.</p>
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/pingcap/v1alpha1/openapi_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/apis/pingcap/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ type TiDBSpec struct {
// BootstrapSQLConfigMapName is the name of the ConfigMap which contains the bootstrap SQL file with the key `bootstrap-sql`,
// which will only be executed when a TiDB cluster bootstrap on the first time.
// The field should be set ONLY when create a TC, since it only take effect on the first time bootstrap.
// Only v6.6.0+ supports this feature.
// Only v6.5.1+ supports this feature.
// +optional
BootstrapSQLConfigMapName *string `json:"bootstrapSQLConfigMapName,omitempty"`
}
Expand Down

0 comments on commit 4b3e9e0

Please sign in to comment.