From 1592ef0afaf9f3382a4065d5681e80373bb6ca95 Mon Sep 17 00:00:00 2001 From: jordanjennings Date: Tue, 20 Jun 2017 17:15:01 -0400 Subject: [PATCH] Fix incorrect flag in nginx-ingress.md (#245) Originally had `dry-run=true` as the dry run flag but that doesn't work and makes external-dns fail to start. Changed to `--dry-run`. --- docs/tutorials/nginx-ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/nginx-ingress.md b/docs/tutorials/nginx-ingress.md index 2093b3eea7..98ebc3eacb 100644 --- a/docs/tutorials/nginx-ingress.md +++ b/docs/tutorials/nginx-ingress.md @@ -227,7 +227,7 @@ spec: - --txt-owner-id=my-identifier ``` -Use `dry-run=true` if you want to be extra careful on the first run. Note, that you will not see any records created when you are running in dry-run mode. You can, however, inspect the logs and watch what would have been done. +Use `--dry-run` if you want to be extra careful on the first run. Note, that you will not see any records created when you are running in dry-run mode. You can, however, inspect the logs and watch what would have been done. ## Deploy a sample application