Skip to content

Commit

Permalink
doc: ✨ fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
titigmr authored Aug 26, 2024
1 parent 77ec2e2 commit a840d6c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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_<TSIG_Keyname>
value: <TSIG_Keyvalue>
env:
- name: PROVIDER_DNS_ZONE_SUFFIX
value: "dev.example.com"
- name: PROVIDER_WS_URL
value: https://midaas.example.com/midaas/ws
- name: TSIG_ZONE_<TSIG_Keyname>
value: <TSIG_Keyvalue>
```
2. Create helm deployment:
Expand Down

0 comments on commit a840d6c

Please sign in to comment.