Skip to content

Commit

Permalink
chore: align backstage config in helm chart with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel committed Dec 4, 2024
1 parent 117cfe5 commit 83a40c4
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions manifest/helm/configmap/app-config.qshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ integrations:
# about setting up the GitHub integration here: https://backstage.io/docs/getting-started/configuration#setting-up-a-github-integration
token: ${GITHUB_PERSONAL_ACCESS_TOKEN}

argocd:
username: admin
password: ${ARGOCD_ADMIN_PASSWORD}
baseUrl: ${ARGOCD_SERVER}
appLocatorMethods:
- type: config
instances:
- name: argocdQShift
url: ${ARGOCD_SERVER}
#argocd:
# username: admin
# password: ${ARGOCD_ADMIN_PASSWORD}
# baseUrl: ${ARGOCD_SERVER}
# appLocatorMethods:
# - type: config
# instances:
# - name: argocdQShift
# url: ${ARGOCD_SERVER}

kubernetes:
serviceLocatorMethod:
Expand All @@ -108,3 +108,11 @@ kubernetes:
- apiVersion: 'v1'
group: 'route.openshift.io'
plural: 'routes'
proxy:
'/argocd/api':
target: ${ARGOCD_SERVER}/api/v1/
changeOrigin: true
secure: false
headers:
Cookie:
$env: ${ARGOCD_AUTH_TOKEN}

0 comments on commit 83a40c4

Please sign in to comment.