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
## Note: Issuing certificates via cert-manager in not supported right now because it's not possible to restart repo server automatically without extra controllers.
2183
-
certificateSecret:
2184
-
# -- Create argocd-repo-server-tls secret
2185
-
enabled: false
2186
-
# -- Annotations to be added to argocd-repo-server-tls secret
2187
-
annotations: {}
2188
-
# -- Labels to be added to argocd-repo-server-tls secret
2189
-
labels: {}
2190
-
# -- Certificate authority. Required for self-signed certificates.
2191
-
ca: ''
2192
-
# -- Certificate private key
2193
-
key: ''
2194
-
# -- Certificate data. Must contain SANs of Repo service (ie: argocd-repo-server, argocd-repo-server.argo-cd.svc)
## Note: Issuing certificates via cert-manager in not supported right now because it's not possible to restart repo server automatically without extra controllers.
0 commit comments