From 7703961181b557862c99540343724bd77783b70d Mon Sep 17 00:00:00 2001 From: hardwarefresser Date: Tue, 9 Jul 2024 14:24:06 +0200 Subject: [PATCH] doc: fix flag name Small mistake in the documentation. The flag "fallback-pull-secret" was had a wrong name: "fallback-image-pull-secret". Which leads to "Error: unknown flag" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fc519cd..0828ae47 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ All parameters are cli-flags. The flags can be configured as args or as environm | `targets` | `false` | `git` | Comma-delimited list of targets to sent the generated SBOMs to. Possible targets `git`, `dtrack`, `oci`, `configmap`. Ignored with a `job-image` | | `pod-label-selector` | `false` | `""` | Kubernetes Label-Selector for pods. | | `namespace-label-selector` | `false` | `""` | Kubernetes Label-Selector for namespaces. | -| `fallback-image-pull-secret` | `false` | `""` | Kubernetes Pull-Secret Name to load as a fallback when all others fail (must be in the same namespace as the sbom-operator) | +| `fallback-pull-secret` | `false` | `""` | Kubernetes Pull-Secret Name to load as a fallback when all others fail (must be in the same namespace as the sbom-operator) | | `registry-proxy` | `false` | `[]` | Proxy-Registry-Hosts to use. Flag can be used multiple times. Value-Mapping e.g. `docker.io=ghcr.io` | | `delete-orphan-images` | `false` | `true` | Delete orphan images automatically |