From 5ca2a2911944bade2bd73239fe37214643fcd032 Mon Sep 17 00:00:00 2001 From: Omer Date: Sat, 27 Apr 2024 00:30:57 +0300 Subject: [PATCH] Add spaces --- docs/tutorials/plural.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorials/plural.md b/docs/tutorials/plural.md index 5fadc6593..ca1173b66 100644 --- a/docs/tutorials/plural.md +++ b/docs/tutorials/plural.md @@ -18,6 +18,7 @@ Then apply one of the following manifests file to deploy ExternalDNS. ## Using Helm Create a values.yaml file to configure ExternalDNS to use plural DNS as the DNS provider. This file should include the necessary environment variables: + ```shell provider: name: plural @@ -35,6 +36,7 @@ env: ``` Finally, install the ExternalDNS chart with Helm using the configuration specified in your values.yaml file: + ```shell helm upgrade --install external-dns external-dns/external-dns --version 1.14.4 --values values.yaml ```