From b9024ba68cf04159b1aa8b32e2adb25051cd64e1 Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Wed, 19 Aug 2020 11:35:49 +0200 Subject: [PATCH] docs(falco): document `image.pullSecrets` Signed-off-by: Leonardo Grasso --- falco/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/falco/README.md b/falco/README.md index 0d7d84722..2633d7b84 100644 --- a/falco/README.md +++ b/falco/README.md @@ -57,6 +57,7 @@ The following table lists the configurable parameters of the Falco chart and the | `image.repository` | The image repository to pull from | `falcosecurity/falco` | | `image.tag` | The image tag to pull | `0.24.0` | | `image.pullPolicy` | The image pull policy | `IfNotPresent` | +| `image.pullSecrets` | The image pull secretes | `[]` | | `containerd.enabled` | Enable ContainerD support | `true` | | `containerd.socket` | The path of the ContainerD socket | `/run/containerd/containerd.sock` | | `docker.enabled` | Enable Docker support | `true` |