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
Application for monitoring the cluster workloads image presence in a container registry.
6
6
@@ -27,6 +27,8 @@ This chart bootstraps a [k8s-image-availability-exporter](https://github.com/fla
27
27
| k8sImageAvailabilityExporter.image.pullPolicy | string |`"IfNotPresent"`| Image pull policy to use for the k8s-image-availability-exporter deployment |
28
28
| k8sImageAvailabilityExporter.args | list |`["--bind-address=:8080"]`| Command line arguments for the exporter |
29
29
| k8sImageAvailabilityExporter.useSecretsForPrivateRepositories | bool |`true`| Setting this to false will prevent k8s-iae having unconstrained cluster-wide secret access |
30
+
| annotations | object |`{}`| additional annotations for deployment |
31
+
| podAnnotations | object |`{}`| additional annotations added to the pod |
30
32
| replicaCount | int |`1`| Number of replicas (pods) to launch. |
31
33
| imagePullSecrets | list |`[]`| Reference to one or more secrets to be used when [pulling images](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-pod-that-uses-your-secret) (from private registries). |
32
34
| podSecurityContext | object |`{}`| Pod [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod). See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context) for details. |
0 commit comments