From 61bec6bac50e07e087787857aa1f36fe4a292684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Clemens=20R=C3=B6hl?= <33691485+roehlc@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:58:32 +0200 Subject: [PATCH] fix(cinder-csi-plugin): describe what `commonAnnotations` do --- charts/cinder-csi-plugin/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cinder-csi-plugin/values.yaml b/charts/cinder-csi-plugin/values.yaml index 823b8219b4..3e137331dc 100644 --- a/charts/cinder-csi-plugin/values.yaml +++ b/charts/cinder-csi-plugin/values.yaml @@ -211,5 +211,5 @@ priorityClassName: "" imagePullSecrets: [] # - name: my-imagepull-secret -# add annotations to all pods +# add annotations to all pods, deployment, daemonset and podmonitor commonAnnotations: {}