diff --git a/templates/backstage-configmap.yaml b/templates/backstage-configmap.yaml index 5c06b9d..9e001dc 100644 --- a/templates/backstage-configmap.yaml +++ b/templates/backstage-configmap.yaml @@ -89,6 +89,8 @@ data: target: '{{ .Values.integrations.argocd.url }}' changeOrigin: true secure: true + headers: + Authorization: 'Bearer ${ARGOCD_AUTH_TOKEN}' '/gitea/api': target: '{{ .Values.integrations.gitea.url }}'