Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhutter/gitops-mhnet


https://github.com/mhutter/gitops-mhnet

Last synced: 25 days ago
JSON representation

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`