Skip to content

Commit

Permalink
chore: uncomment argocd backend config
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel committed Dec 4, 2024
1 parent 39f5309 commit 6209cfb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
19 changes: 10 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,6 +108,7 @@ kubernetes:
- apiVersion: 'v1'
group: 'route.openshift.io'
plural: 'routes'

proxy:
'/argocd/api':
target: ${ARGOCD_SERVER}/api/v1/
Expand Down
20 changes: 10 additions & 10 deletions manifest/templates/app-config.qshift.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ integrations:
username: ${GITEA_USERNAME}
password: "${GITEA_PASSWORD}"

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

kubernetes:
serviceLocatorMethod:
Expand Down Expand Up @@ -120,4 +120,4 @@ proxy:
secure: false
headers:
Cookie:
$env: ${ARGOCD_AUTH_TOKEN}
$env: ${ARGOCD_COOKIE}

0 comments on commit 6209cfb

Please sign in to comment.