Skip to content

Commit

Permalink
Fix incorrect flag in nginx-ingress.md (#245)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
jordanjennings authored and hjacobs committed Jun 20, 2017
1 parent 38e8f0f commit 1592ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/nginx-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1592ef0

Please sign in to comment.