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` |