https://github.com/bitbagcommerce/rancher-remove-catalog-app
https://github.com/bitbagcommerce/rancher-remove-catalog-app
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitbagcommerce/rancher-remove-catalog-app
- Owner: BitBagCommerce
- Created: 2022-02-03T19:12:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T23:00:08.000Z (about 4 years ago)
- Last Synced: 2025-05-27T20:02:24.956Z (10 months ago)
- Language: JavaScript
- Size: 711 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`rancher-remove-catalog-app` is GitHub action that removes Rancher's catalog app using Rancher's API.
### Running as a Github action
```yaml
- name: Remove Rancher's APP
uses: BitBagCommerce/rancher-remove-catalog-app@v0.1
with:
appName: 'some-app'
appNamespace: 'some-namespace'
rancherToken: ${{ secrets.RANCHER_BEARER_TOKEN }}
rancherUrl: ${{ secrets.RANCHER_URL }}
```
## License
Copyright © 2022, BitBagCommerce. Released under the [MIT License](LICENSE).