Skip to content

Commit 956a280

Browse files
committed
print pullCasDir
1 parent 2d2bf11 commit 956a280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

catalogd/cmd/catalogd/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ func main() {
271271
BaseCachePath: unpackCacheBasePath,
272272
SourceContextFunc: func(logger logr.Logger) (*types.SystemContext, error) {
273273
srcContext := &types.SystemContext{}
274+
logger.Info("pullCasDir", "value", pullCasDir)
274275
if pullCasDir != "" {
275276
srcContext.DockerCertPath = pullCasDir
276277
srcContext.OCICertPath = pullCasDir

0 commit comments

Comments
 (0)