From ac714e7e3de04af398ff951df8d948a03327a67d Mon Sep 17 00:00:00 2001 From: Josh Kasuboski Date: Sun, 18 Sep 2022 10:03:50 -0500 Subject: [PATCH] helm: default additional labels/annotations as object (#15698) --- helm/minio/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/minio/values.yaml b/helm/minio/values.yaml index bc3e81fdc..c19ed0276 100644 --- a/helm/minio/values.yaml +++ b/helm/minio/values.yaml @@ -32,10 +32,10 @@ mcImage: mode: distributed ## other supported values are "standalone", "gateway" ## Additional labels to include with deployment or statefulset -additionalLabels: [] +additionalLabels: {} ## Additional annotations to include with deployment or statefulset -additionalAnnotations: [] +additionalAnnotations: {} ## Typically the deployment/statefulset includes checksums of secrets/config, ## So that when these change on a subsequent helm install, the deployment/statefulset