Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhutter/gitops-mhnet
https://github.com/mhutter/gitops-mhnet
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhutter/gitops-mhnet
- Owner: mhutter
- Created: 2023-10-02T15:51:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T22:39:41.000Z (2 months ago)
- Last Synced: 2024-10-21T03:25:44.048Z (2 months ago)
- Language: Shell
- Size: 503 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mhnet GitOps
## Bootstrap
```sh
kubectl create namespace argocd
kubectl -n argocd apply -k ./apps/argocd
kubectl -n argocd apply -f ./clusters/mhnet/00root.yaml
```## Testing Renovate configs locally
1. Set `GITHUB_COM_TOKEN` to any [Personal access token](https://github.com/settings/tokens?type=beta)
1. Temporarily remove any `"local>..."` references from `.extends`
1. `LOG_LEVEL=debug npx renovate --platform=local`