Skip to content

Commit bb4d1ae

Browse files
Update pkg/setup/bootstrap.go
Co-authored-by: Maximilian Techritz <[email protected]>
1 parent 7e1293f commit bb4d1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/setup/bootstrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type OpenMCPOperatorSetup struct {
4040
WaitOpts []wait.Option
4141
}
4242

43-
// Bootstrap sets up a the minimum set of components of an openMCP installation and returns the platform cluster name
43+
// Bootstrap sets up the minimum set of components of an openMCP installation and returns the platform cluster name
4444
func (s *OpenMCPSetup) Bootstrap(testenv env.Environment) string {
4545
kindConfig := internal.MustTmpFileFromEmbedFS(configFS, "config/kind-config.yaml")
4646
operatorTemplate := internal.MustTmpFileFromEmbedFS(configFS, "config/operator.yaml.tmpl")

0 commit comments

Comments
 (0)