We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2bf11 commit 956a280Copy full SHA for 956a280
catalogd/cmd/catalogd/main.go
@@ -271,6 +271,7 @@ func main() {
271
BaseCachePath: unpackCacheBasePath,
272
SourceContextFunc: func(logger logr.Logger) (*types.SystemContext, error) {
273
srcContext := &types.SystemContext{}
274
+ logger.Info("pullCasDir", "value", pullCasDir)
275
if pullCasDir != "" {
276
srcContext.DockerCertPath = pullCasDir
277
srcContext.OCICertPath = pullCasDir
0 commit comments