Skip to content

Commit c567033

Browse files
mowoekrulls
andauthored
Update helm/charts/k8s-image-availability-exporter/README.md
Co-authored-by: Stephan Krull <[email protected]> Signed-off-by: Moritz Wörmann <[email protected]>
1 parent 0fd1fc3 commit c567033

File tree

1 file changed

+1
-1
lines changed
  • helm/charts/k8s-image-availability-exporter

1 file changed

+1
-1
lines changed

helm/charts/k8s-image-availability-exporter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following tables list the configurable parameters of the k8s-image-availabil
4242
### General
4343
| Parameter | Description | Default |
4444
| ----- | ----------- | ------ |
45-
| `k8sImageAvailabilityExporter.useSecretsForPrivateRepositories` | Give k8s-iae unconstrained access to all secrets in the cluster. This is necessary if there are images from private registries deployed in pods where the pull secret is not defined in `spec.imagePullSecrets` in plaintext but rather in an external secret. This setting only modifies the RBAC rules. | `true` |
45+
| `k8sImageAvailabilityExporter.useSecretsForPrivateRepositories` | Give k8s-iae unconstrained access to all secrets in the cluster. This is necessary if there are images that are referenced from private registries, which are deployed in pods, where the pull secret is not defined in `spec.imagePullSecrets` in plaintext but rather in an external secret. This setting only modifies the RBAC rules. | `true` |
4646
| `k8sImageAvailabilityExporter.image.pullPolicy` | Image pull policy to use for the k8s-image-availability-exporter deployment | `IfNotPresent` |
4747
| `k8sImageAvailabilityExporter.image.repository` | Repository to use for the k8s-image-availability-exporter deployment | `flant/k8s-image-availability-exporter` |
4848
| `k8sImageAvailabilityExporter.image.tag` | Tag to use for the k8s-image-availability-exporter deployment | `v0.1.13` |

0 commit comments

Comments
 (0)