# What this PR does PR adds Tilt for local development ## Which issue(s) this PR fixes ## Checklist - [ ] Tests updated - [ ] Documentation added - [ ] `CHANGELOG.md` updated --------- Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com> Co-authored-by: Ildar Iskhakov <Ildar.iskhakov@grafana.com> Co-authored-by: Michael Derynck <michael.derynck@grafana.com> Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
9 lines
225 B
YAML
9 lines
225 B
YAML
# Based on https://github.com/grafana/ops-devenv
|
|
apiVersion: ctlptl.dev/v1alpha1
|
|
kind: Cluster
|
|
product: kind
|
|
registry: ctlptl-registry
|
|
kindV1Alpha4Cluster:
|
|
nodes:
|
|
- role: control-plane
|
|
image: kindest/node:v1.24.7
|