https://github.com/makeomatic/devops-manifests
https://github.com/makeomatic/devops-manifests
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/makeomatic/devops-manifests
- Owner: makeomatic
- Created: 2019-04-01T16:35:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T20:52:39.000Z (over 6 years ago)
- Last Synced: 2025-01-05T00:24:46.605Z (about 1 year ago)
- Language: Jsonnet
- Size: 138 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Initial config
```
brew install jsonnet
brew install kubecfg
go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
```
# Tasks
## Sync prometheus rules
```
jb update
kubecfg update jsonnet/prometheus.jsonnet
```
## Update grafana dashboards
```
jb update
jsonnet -J vendor -m dashboards vendor/kubernetes-mixin/lib/dashboards.jsonnet
```