Skip to content

Commit 94fe6f7

Browse files
committed
add warning and documentation to README
1 parent 908b3b0 commit 94fe6f7

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
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.
66

7+
> [!WARNING]
8+
> By default, k8s-iae has unconstrained access to **all** secrets in the cluster!
9+
710
## Prerequisites
811
- Kubernetes 1.12+
912
- Helm 2+
@@ -39,6 +42,7 @@ The following tables list the configurable parameters of the k8s-image-availabil
3942
### General
4043
| Parameter | Description | Default |
4144
| ----- | ----------- | ------ |
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` |
4246
| `k8sImageAvailabilityExporter.image.pullPolicy` | Image pull policy to use for the k8s-image-availability-exporter deployment | `IfNotPresent` |
4347
| `k8sImageAvailabilityExporter.image.repository` | Repository to use for the k8s-image-availability-exporter deployment | `flant/k8s-image-availability-exporter` |
4448
| `k8sImageAvailabilityExporter.image.tag` | Tag to use for the k8s-image-availability-exporter deployment | `v0.1.13` |

0 commit comments

Comments
 (0)