From c1cb492647fdf7f1c9e3151b041fe974e087a163 Mon Sep 17 00:00:00 2001 From: "k8s-at-home[bot]" Date: Fri, 22 Oct 2021 06:13:30 +0000 Subject: [PATCH] Auto-generate chart README [no ci] --- charts/incubator/sinusbot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/incubator/sinusbot/README.md b/charts/incubator/sinusbot/README.md index bc16b07b..af116654 100644 --- a/charts/incubator/sinusbot/README.md +++ b/charts/incubator/sinusbot/README.md @@ -82,7 +82,7 @@ N/A | image.repository | string | `"sinusbot/docker"` | image repository | | image.tag | string | `"1.0.0-beta.14-dc94a7c"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | -| nodeSelector."kubernetes.io/arch" | string | `"amd64"` | | +| nodeSelector | object | `{"kubernetes.io/arch":"amd64"}` | The official SinusBot image is only available for x86_64. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. Choose either -- a single volume for all data or separate volumes for each sub-directory. | | persistence.data | object | `{"enabled":false,"mountPath":"/opt/sinusbot/data"}` | separate volumes | | persistence.sinusbot | object | `{"enabled":false,"subPath":[{"mountPath":"/opt/sinusbot/data","path":"data"},{"mountPath":"/opt/sinusbot/scripts","path":"scripts"}]}` | single volume |