Skip to content

Commit

Permalink
Update helm/charts/k8s-image-availability-exporter/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Stephan Krull <[email protected]>
Signed-off-by: Moritz Wörmann <[email protected]>
Signed-off-by: Moritz Woermann <[email protected]>
  • Loading branch information
mowoe and krulls committed Feb 19, 2024
1 parent 7b158b0 commit f54279c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/charts/k8s-image-availability-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following tables list the configurable parameters of the k8s-image-availabil
### General
| Parameter | Description | Default |
| ----- | ----------- | ------ |
| `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` |
| `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` |
| `k8sImageAvailabilityExporter.image.pullPolicy` | Image pull policy to use for the k8s-image-availability-exporter deployment | `IfNotPresent` |
| `k8sImageAvailabilityExporter.image.repository` | Repository to use for the k8s-image-availability-exporter deployment | `flant/k8s-image-availability-exporter` |
| `k8sImageAvailabilityExporter.image.tag` | Tag to use for the k8s-image-availability-exporter deployment | `v0.1.13` |
Expand Down

0 comments on commit f54279c

Please sign in to comment.