You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for it to avoid TLS errors when talking our git host. The cert in question is signed by the bundle already added to the OCP Proxy object. This isn't very polished.
Describe the solution you'd like
Two things:
be able to refer to a configmap or secret containing a bundle
to trust the bundle that is already defined in the OCP Proxy (k get proxy cluster -o yaml)
Describe alternatives you've considered
The above more intrusive method.
Is your feature request related to a problem? Please describe.
I have to add the following to argocd cr:
spec.repo:
for it to avoid TLS errors when talking our git host. The cert in question is signed by the bundle already added to the OCP Proxy object. This isn't very polished.
Describe the solution you'd like
Two things:
Describe alternatives you've considered
The above more intrusive method.
Additional context
argoproj/argo-cd#3539 (comment)
The text was updated successfully, but these errors were encountered: