From 462de0ebf076bfe21fc7629a495b504595951c5e Mon Sep 17 00:00:00 2001 From: Erik Berg Date: Thu, 30 Oct 2025 16:38:25 +0100 Subject: [PATCH] Fix typo in container runtime example values Sure it's spelled `cri-o`, but the templates check for `crio` {{- else if eq .Values.containerRuntime "crio" }} Signed-off-by: Erik Berg --- charts/fluent-operator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/fluent-operator/README.md b/charts/fluent-operator/README.md index e345fa60..dd31e5e9 100644 --- a/charts/fluent-operator/README.md +++ b/charts/fluent-operator/README.md @@ -7,7 +7,7 @@ To install or upgrade Fluent Operator using Helm: ```shell -export FLUENT_OPERATOR_CONTAINER_RUNTIME="containerd" # or "cri-o", "docker" depending on the container runtime being used (see `values.yaml`) +export FLUENT_OPERATOR_CONTAINER_RUNTIME="containerd" # or "crio", "docker" depending on the container runtime being used (see `values.yaml`) helm repo add fluent https://fluent.github.io/helm-charts helm upgrade --install fluent-operator fluent/fluent-operator \