Skip to content

Commit 565157d

Browse files
committed
linting issue
1 parent a001753 commit 565157d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kind

6.16 MB
Binary file not shown.

pkg/controller/transportadapter/transportadapter_translator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (t *transportAdapterTranslator) translateTransportAdapterDeployment(
9696
return nil, fmt.Errorf("image must be specified for MCPServer %s or the command must be 'uvx' or 'npx'", server.Name)
9797
}
9898
if originalImage == "" {
99-
klog.Infof("MCPServer %s: Using default image injection - original: '%s', injected: '%s'", server.Name, originalImage, image)
99+
klog.Infof("MCPServer %s: default image injected: %s", server.Name, image)
100100
}
101101

102102
// Create environment variables from secrets for envFrom

0 commit comments

Comments
 (0)