We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1293f commit bb4d1aeCopy full SHA for bb4d1ae
pkg/setup/bootstrap.go
@@ -40,7 +40,7 @@ type OpenMCPOperatorSetup struct {
40
WaitOpts []wait.Option
41
}
42
43
-// Bootstrap sets up a the minimum set of components of an openMCP installation and returns the platform cluster name
+// Bootstrap sets up the minimum set of components of an openMCP installation and returns the platform cluster name
44
func (s *OpenMCPSetup) Bootstrap(testenv env.Environment) string {
45
kindConfig := internal.MustTmpFileFromEmbedFS(configFS, "config/kind-config.yaml")
46
operatorTemplate := internal.MustTmpFileFromEmbedFS(configFS, "config/operator.yaml.tmpl")
0 commit comments