From 33367865c0fc1f16cef23a3a0d65e1f943664295 Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Thu, 30 Nov 2023 09:45:10 +0100 Subject: [PATCH] docs: fix embedded file Signed-off-by: Moritz Wiesinger --- docs-new/docs/installation/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs-new/docs/installation/index.md b/docs-new/docs/installation/index.md index 12eae42aab..734398724e 100644 --- a/docs-new/docs/installation/index.md +++ b/docs-new/docs/installation/index.md @@ -152,7 +152,9 @@ Use the subcomponent's parent value as the root for your configuration. Here is an example `values.yaml` altering global and metrics operator values: -{{< docsembed path="content/en/docs/installation/assets/values-advance-changes.yaml" >}} +```yaml +{% include "./assets/values-advance-changes.yaml" %} +``` Note the additional values that are specified in the `metricsOperator` section.