Skip to content

Commit a4d8992

Browse files
committed
debug CA
1 parent 0db4f67 commit a4d8992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

catalogd/cmd/catalogd/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ func main() {
271271
BaseCachePath: unpackCacheBasePath,
272272
SourceContextFunc: func(logger logr.Logger) (*types.SystemContext, error) {
273273
srcContext := &types.SystemContext{
274-
DockerCertPath: pullCasDir,
275-
OCICertPath: pullCasDir,
274+
DockerCertPath: "",
275+
OCICertPath: "",
276276
}
277277
if _, err := os.Stat(authFilePath); err == nil && globalPullSecretKey != nil {
278278
logger.Info("using available authentication information for pulling image")

0 commit comments

Comments
 (0)