Skip to content

Commit 47a7b8c

Browse files
committed
for the CI test - Revert "change the /etc/ocp-injected-ca-bundle.crt to /etc/ocp-injected-ca-bundle/ca-bundle.crt (tested on operator pod)"
This reverts commit e570b2c. Signed-off-by: shirady <[email protected]>
1 parent 503e9e9 commit 47a7b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func AddToRootCAs(localCertFile string) error {
149149
}
150150

151151
var certFiles = []string{
152-
"/etc/ocp-injected-ca-bundle/ca-bundle.crt",
152+
"/etc/ocp-injected-ca-bundle.crt",
153153
localCertFile,
154154
}
155155

0 commit comments

Comments
 (0)