Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Fix typo in docs #1681

Merged
merged 1 commit into from
Jan 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/daemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fluxd requires setup and offers customization though a multitude of flags.
|--registry-burst | `125` | maximum number of warmer connections to remote and memcache|
|--registry-insecure-host| [] | registry hosts to use HTTP for (instead of HTTPS) |
|--docker-config | `""` | path to a Docker config file with default image registry credentials |
|--registry-ecr-region | `[]` | Allow these AWS regions when scanning images from ECR (multiple values alllowed); defaults to the detected cluster region |
|--registry-ecr-region | `[]` | Allow these AWS regions when scanning images from ECR (multiple values allowed); defaults to the detected cluster region |
|--registry-ecr-include-id | `[]` | Include these AWS account ID(s) when scanning images in ECR (multiple values allowed); empty means allow all, unless excluded |
|--registry-ecr-exclude-id | `[<EKS SYSTEM ACCOUNT>]` | Exclude these AWS account ID(s) when scanning ECR (multiple values allowed); defaults to the EKS system account, so system images will not be scanned |
|**k8s-secret backed ssh keyring configuration** | | |
Expand Down