From 69d273824734cafa07a1cf173b896e30e4c5bfce Mon Sep 17 00:00:00 2001 From: Homaja Marisetty Date: Mon, 13 Jan 2025 09:03:30 -0500 Subject: [PATCH] chore(KFLUXVNGD-148): Add custom certificate support for git clone task Add param to support the custom certificate support for git-clone-oci-ta task to connect to internal registry. Jira-Url: https://issues.redhat.com/browse/KFLUXVNGD-155 Signed-off-by: Homaja Marisetty --- task-generator/trusted-artifacts/golden/git-clone/ta.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/task-generator/trusted-artifacts/golden/git-clone/ta.yaml b/task-generator/trusted-artifacts/golden/git-clone/ta.yaml index c29fb3d0e4..0beb513bbc 100644 --- a/task-generator/trusted-artifacts/golden/git-clone/ta.yaml +++ b/task-generator/trusted-artifacts/golden/git-clone/ta.yaml @@ -265,6 +265,10 @@ spec: volumeMounts: - name: workdir mountPath: /var/workdir + - name: trusted-ca + mountPath: /etc/pki/tls/certs/ca-custom-bundle.crt + subPath: ca-bundle.crt + readOnly: true args: - create - --store