We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8300215 commit f3d3ad1Copy full SHA for f3d3ad1
docs/tutorials/ns1.md
@@ -98,7 +98,7 @@ spec:
98
- --source=service # ingress is also possible
99
- --domain-filter=example.com # (optional) limit to only example.com domains; change to match the zone created above.
100
- --ns1-zone-handle-map="example.com=corp-prod" # (optional) map example.com FQDN to corp-prod zone handle
101
- - --ns1-zone-handle-map="dev.example.com=dev-view" # (optional) multiple FQDN-zone handle mappings
+ - --ns1-zone-handle-map="dev.example.com=dev-view" # (optional) multiple FQDN-zone handle mappings
102
- --provider=ns1
103
env:
104
- name: NS1_APIKEY
0 commit comments