From 428cb73aa4ba77ea2c5fc022db4f478f7fca025e 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 73973e6abc..d73c64ff9d 100644 --- a/charts/cinder-csi-plugin/values.yaml +++ b/charts/cinder-csi-plugin/values.yaml @@ -212,5 +212,5 @@ priorityClassName: "" imagePullSecrets: [] # - name: my-imagepull-secret -# add annotations to all pods +# add annotations to all pods, deployment, daemonset and podmonitor commonAnnotations: {}