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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@
4
4
5
5
This chart bootstraps a [k8s-image-availability-exporter](https://github.com/flant/k8s-image-availability-exporter) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
6
6
7
+
> [!WARNING]
8
+
> By default, k8s-iae has unconstrained access to **all** secrets in the cluster!
9
+
7
10
## Prerequisites
8
11
- Kubernetes 1.12+
9
12
- Helm 2+
@@ -39,6 +42,7 @@ The following tables list the configurable parameters of the k8s-image-availabil
39
42
### General
40
43
| Parameter | Description | Default |
41
44
| ----- | ----------- | ------ |
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`|
42
46
|`k8sImageAvailabilityExporter.image.pullPolicy`| Image pull policy to use for the k8s-image-availability-exporter deployment |`IfNotPresent`|
43
47
|`k8sImageAvailabilityExporter.image.repository`| Repository to use for the k8s-image-availability-exporter deployment |`flant/k8s-image-availability-exporter`|
44
48
|`k8sImageAvailabilityExporter.image.tag`| Tag to use for the k8s-image-availability-exporter deployment |`v0.1.13`|
0 commit comments