You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/charts/k8s-image-availability-exporter/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The following tables list the configurable parameters of the k8s-image-availabil
42
42
### General
43
43
| Parameter | Description | Default |
44
44
| ----- | ----------- | ------ |
45
-
|`k8sImageAvailabilityExporter.useSecretsForPrivateRepositories`| Give k8s-iae unconstrained access to all secrets in the cluster. This is necessary if there are images from private registriesdeployed 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`|
46
46
|`k8sImageAvailabilityExporter.image.pullPolicy`| Image pull policy to use for the k8s-image-availability-exporter deployment |`IfNotPresent`|
47
47
|`k8sImageAvailabilityExporter.image.repository`| Repository to use for the k8s-image-availability-exporter deployment |`flant/k8s-image-availability-exporter`|
48
48
|`k8sImageAvailabilityExporter.image.tag`| Tag to use for the k8s-image-availability-exporter deployment |`v0.1.13`|
0 commit comments