Argocd Proxy removed auth header

This commit is contained in:
Vaibhav Pathak 2026-02-06 14:11:34 +05:30
parent f1902df69c
commit 68be5ed6f0

View File

@ -89,8 +89,6 @@ data:
target: '{{ .Values.integrations.argocd.url }}'
changeOrigin: true
secure: true
headers:
Authorization: 'Bearer ${ARGOCD_AUTH_TOKEN}'
'/gitea/api':
target: '{{ .Values.integrations.gitea.url }}'