From a840d6c69211c22357bf3cebc7ce7e4b4bb4038d Mon Sep 17 00:00:00 2001 From: titigmr Date: Mon, 26 Aug 2024 21:50:13 +0200 Subject: [PATCH] doc: :sparkles: fix readme typo --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fbbe582..7f3aa2b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ helm repo add external-dns https://kubernetes-sigs.github.io/external-dns/ ```yaml sources: - - ingress +- ingress # -- How DNS records are synchronized between sources and providers; available values are `sync` & `upsert-only`. policy: sync # -- Specify the registry for storing ownership and labels. @@ -33,13 +33,13 @@ provider: image: repository: ghcr.io/titigmr/external-dns-midaas-webhook tag: latest - env: - - name: PROVIDER_DNS_ZONE_SUFFIX - value: "dev.example.com" - - name: PROVIDER_WS_URL - value: https://midaas.example.com/midaas/ws" - - name: TSIG_ZONE_ - value: + env: + - name: PROVIDER_DNS_ZONE_SUFFIX + value: "dev.example.com" + - name: PROVIDER_WS_URL + value: https://midaas.example.com/midaas/ws + - name: TSIG_ZONE_ + value: ``` 2. Create helm deployment: