From 5b4f4a6bf95e068a41664625c83c6144362cda51 Mon Sep 17 00:00:00 2001 From: roehlc <33691485+roehlc@users.noreply.github.com> Date: Wed, 14 Feb 2024 07:53:35 +0100 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 ec41307046..33c3fe5842 100644 --- a/charts/cinder-csi-plugin/values.yaml +++ b/charts/cinder-csi-plugin/values.yaml @@ -204,5 +204,5 @@ priorityClassName: "" imagePullSecrets: [] # - name: my-imagepull-secret -# add annotations to all pods +# add annotations to all pods, deployment, daemonset and podmonitor commonAnnotations: {}