From 1c020c95a0f8d06c13685212dfe722a7c137f202 Mon Sep 17 00:00:00 2001 From: simonhammes Date: Mon, 9 Jun 2025 22:53:17 +0200 Subject: [PATCH] doc: Add example for env.snapshotterHandlerMapping --- tools/packaging/kata-deploy/helm-chart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/packaging/kata-deploy/helm-chart/README.md b/tools/packaging/kata-deploy/helm-chart/README.md index 9939b85c62..e24a340969 100644 --- a/tools/packaging/kata-deploy/helm-chart/README.md +++ b/tools/packaging/kata-deploy/helm-chart/README.md @@ -131,7 +131,7 @@ All values can be overridden with --set key=value or a custom `-f myvalues.yaml` | `env.createRuntimeClasses` | Create the k8s `runtimeClasses` | `true` | | `env.createDefaultRuntimeClass` | Create the default k8s `runtimeClass` | `false` | | `env.allowedHypervisorAnnotations` | Enable the provided annotations to be enabled when launching a Container or Pod, per default the annotations are disabled | `""` | -| `env.snapshotterHandlerMapping` | Provide the snapshotter handler for each shim | `""` | +| `env.snapshotterHandlerMapping` | Provide the snapshotter handler for each shim, e.g. `fc:devmapper` to use the `devmapper` snapshotter for the `fc` shim (multiple pairs can be separated by comma) | `""` | | `evn.agentHttpsProxy` | HTTPS_PROXY=... | `""` | | `env.agentHttpProxy` | specifies a list of addresses that should bypass a configured proxy server | `""` | | `env.pullTypeMapping` | Type of container image pulling, examples are guest-pull or default | `""` |