community-plugins/workspaces/redhat-argocd
Backstage Service Account 06713c72a1
Version Packages (#4336)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-23 09:32:28 -04:00
..
.changeset Version Packages (#4336) 2025-06-23 09:32:28 -04:00
examples
packages fix(rh-argocd): add namespace to DeploymentSummary header link (#4264) 2025-06-20 14:59:46 -04:00
plugins Version Packages (#4336) 2025-06-23 09:32:28 -04:00
.dockerignore
.eslintignore
.eslintrc.js
.gitignore
.prettierignore
README.md
app-config.yaml
backstage.json chore(rh-argocd): bump backstage version to v1.39.1 (#4223) 2025-06-11 10:20:37 -04:00
catalog-info.yaml
package.json chore(rh-argocd): bump backstage version to v1.39.1 (#4223) 2025-06-11 10:20:37 -04:00
tsconfig.json
yarn.lock chore(rh-argocd): bump backstage version to v1.39.1 (#4223) 2025-06-11 10:20:37 -04:00

README.md

Welcome to Argo CD plugin workspace

To configure the argocd application, add argocd instance information in app.config.yaml

argocd:
  appLocatorMethods:
    - type: 'config'
      instances:
        - name: argoInstance1
          url: https://argoInstance1.com
          username: ${ARGOCD_USERNAME}
          password: ${ARGOCD_PASSWORD}

To start the app, run:

yarn install
yarn start:backstage

Follow these links to learn more about this plugin:

  1. Frontend

  2. Common