diff --git a/pr-preview/pr-1082/404.html b/pr-preview/pr-1082/404.html index 0e5257b2b..c84849948 100644 --- a/pr-preview/pr-1082/404.html +++ b/pr-preview/pr-1082/404.html @@ -1,4 +1,4 @@ -
local k = import "k.libsonnet"; + main.libsonnetlocal k = import "k.libsonnet"; { grafana: k.apps.v1.deployment.new( name="grafana", replicas=1, containers=[k.core.v1.container.new( name="grafana", image="grafana/grafana", )] )} Kubernetes Deployment. That's all it takes. - Define. Reuse. Override. Grafana Tanka is the robust configuration utility for your Kubernetes cluster, powered by the unique Jsonnet language + Define. Reuse. Override. Grafana Tanka is the robust configuration utility for your Kubernetes cluster, powered by the unique Jsonnet language Get started - + Read the tutorial -
local k = import "k.libsonnet"; { grafana: k.apps.v1.deployment.new( name="grafana", replicas=1, containers=[k.core.v1.container.new( name="grafana", image="grafana/grafana", )] )}
Grafana Tanka is the robust configuration utility for your Kubernetes cluster, powered by the unique Jsonnet language