Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilkuan/argocd-demo
https://github.com/neilkuan/argocd-demo
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/neilkuan/argocd-demo
- Owner: neilkuan
- Created: 2024-01-14T12:59:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-14T13:57:14.000Z (10 months ago)
- Last Synced: 2024-10-07T10:10:51.281Z (30 days ago)
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Demo argocd use private s3 bucket access from ip whitelist.
```bash
kubectl create -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
```![](./s3-as-private-helm-chart-repo.png)
### Clean up
```bash
kubectl delete -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
```