Skip to content

Commit

Permalink
Merge pull request #424 from jstourac/sync__main__v1.9-branch__202410…
Browse files Browse the repository at this point in the history
…18071227

Sync `v1.9-branch` branch with `main` branch
  • Loading branch information
openshift-merge-bot[bot] authored Oct 18, 2024
2 parents 7f21e13 + 648689f commit c5d8c55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ func (r *OpenshiftNotebookReconciler) CreateNotebookCertConfigMap(notebook *nbv1
Labels: map[string]string{"opendatahub.io/managed-by": "workbenches"},
},
Data: map[string]string{
"ca-bundle.crt": string(bytes.Join(rootCertPool, []byte{})),
"ca-bundle.crt": string(bytes.Join(rootCertPool, []byte("\n"))),
},
}

Expand Down

0 comments on commit c5d8c55

Please sign in to comment.