Skip to content

Commit afa24ce

Browse files
pooknullCopilot
andauthored
Update cmd/example-gen/defaults/preset.go
Co-authored-by: Copilot <[email protected]>
1 parent 88305af commit afa24ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/example-gen/defaults/preset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/percona/percona-server-mysql-operator/cmd/example-gen/internal/fill"
1313
)
1414

15-
// SetManual assigns default values to fields in example cr.yaml based on their types.
15+
// PresetDefaults assigns default values to fields in example cr.yaml based on their types.
1616
// The internal presets slice defines the default value associated with each type.
1717
func PresetDefaults(cr *apiv1.PerconaServerMySQL) error {
1818
presets := []any{

0 commit comments

Comments
 (0)