community-plugins/workspaces/redhat-argocd
Backstage Service Account 7df058feae
Version Packages (#5015)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-21 13:53:11 -04:00
..
.changeset Version Packages (#5015) 2025-08-21 13:53:11 -04:00
examples plugin(redhat-argocd): add dev environment for argocd plugin (#1178) 2024-09-06 11:42:38 +01:00
packages chore(deps): update dependency @testing-library/jest-dom to v6.7.0 (#4988) 2025-08-19 22:03:29 +02:00
plugins Version Packages (#5015) 2025-08-21 13:53:11 -04:00
.auto-version-bump chore(rh-argocd): opt-in to auto version bump PRs (#4609) 2025-07-15 11:35:55 -04:00
.dockerignore plugin(redhat-argocd): migrate of Janus argocd plugins to backstage/community-plugins repository (#856) 2024-08-19 11:47:12 +01:00
.eslintignore plugin(redhat-argocd): migrate of Janus argocd plugins to backstage/community-plugins repository (#856) 2024-08-19 11:47:12 +01:00
.eslintrc.js chore: fix workspace eslintrc files 2024-09-24 11:13:37 +02:00
.gitignore add dynamic plugin assets in argocd package (#1250) 2024-09-18 08:40:42 -04:00
.prettierignore plugin(redhat-argocd): migrate of Janus argocd plugins to backstage/community-plugins repository (#856) 2024-08-19 11:47:12 +01:00
README.md plugin(redhat-argocd): clean up the dev environment and update docs (#1475) 2024-10-07 11:55:45 +01:00
app-config.yaml plugin(redhat-argocd): add dev environment for argocd plugin (#1178) 2024-09-06 11:42:38 +01:00
backstage.json v1.41.1 version bump (#4770) 2025-07-25 15:13:19 -04:00
catalog-info.yaml plugin(redhat-argocd): add dev environment for argocd plugin (#1178) 2024-09-06 11:42:38 +01:00
package.json v1.41.1 version bump (#4770) 2025-07-25 15:13:19 -04:00
tsconfig.json chore(argocd): bump backstage version to v1.38.1 (#3782) 2025-04-25 08:58:54 -04:00
yarn.lock use useKubernetesObjects hook from k8s-react package (#4851) 2025-08-21 01:24: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