From 7a68c199681864f3a9f6e0e97e559b7ceb498b82 Mon Sep 17 00:00:00 2001 From: YANO Tetsuro Date: Mon, 30 Dec 2019 10:37:45 +0900 Subject: [PATCH] add markdown option syntax hightlight add markdown option syntax hightlight --- content/k3s/latest/en/configuration/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/configuration/_index.md b/content/k3s/latest/en/configuration/_index.md index 1f3cc7d7bf8..6d8df6eef94 100644 --- a/content/k3s/latest/en/configuration/_index.md +++ b/content/k3s/latest/en/configuration/_index.md @@ -29,7 +29,7 @@ spec: Keep in mind that `namespace` in your HelmChart resource metadata section should always be `kube-system`, because the K3s deploy controller is configured to watch this namespace for new HelmChart resources. If you want to specify the namespace for the actual helm release, you can do that using `targetNamespace` key in the spec section: -``` +```yaml apiVersion: helm.cattle.io/v1 kind: HelmChart metadata: