Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SocialGouv/appset-rancher-projects-plugin
https://github.com/SocialGouv/appset-rancher-projects-plugin
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/SocialGouv/appset-rancher-projects-plugin
- Owner: SocialGouv
- Created: 2023-10-30T15:22:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-16T19:43:37.000Z (9 months ago)
- Last Synced: 2024-06-22T11:39:01.956Z (6 months ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# applicationset-ci-rancher-projects-plugin
## Purpose
This Argo CD ApplicationSet generator plugin aims to dynamically create Argo CD Applications based on the list of Rancher projects into a list of clusters. This ensures a streamlined and automated process of managing Argo CD Applications corresponding to different Rancher projects for each cluster.
see https://github.com/argoproj-labs/applicationset-hello-plugin/
## Dev
```
cp .env.sample .env
```
Set RANCHER_TOKEN and RANCHER_SERVER in .envTo test locally
```
yarn
yarn dev
```To test locally in docker
```sh
docker compose up --build
```Then go to http://localhost:3000/api/v1/getparams.execute?token=1234