From 0478b3d4b6aca5e5363ed1feaf11ab22e1c544a5 Mon Sep 17 00:00:00 2001 From: roehlc <33691485+roehlc@users.noreply.github.com> Date: Wed, 14 Feb 2024 07:35:26 +0100 Subject: [PATCH] fix(cinder-csi-plugin): describe what `commonAnnotations` do --- charts/cinder-csi-plugin/values.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/charts/cinder-csi-plugin/values.yaml b/charts/cinder-csi-plugin/values.yaml index ec41307046..221046bad6 100644 --- a/charts/cinder-csi-plugin/values.yaml +++ b/charts/cinder-csi-plugin/values.yaml @@ -56,7 +56,7 @@ csi: image: repository: registry.k8s.io/provider-os/cinder-csi-plugin pullPolicy: IfNotPresent - tag: # defaults to .Chart.AppVersion + tag: # defaults to .Chart.AppVersion volumes: - name: cacert hostPath: @@ -75,7 +75,8 @@ csi: # Optional additional labels to add to the nodePlugin Pods. podLabels: {} podSecurityContext: {} - securityContext: {} + securityContext: + {} # capabilities: # drop: # - ALL @@ -108,13 +109,15 @@ csi: podAnnotations: {} # Optional additional labels to add to the controllerPlugin Pods. podLabels: {} - podSecurityContext: {} + podSecurityContext: + {} # runAsNonRoot: true # runAsUser: 65532 # runAsGroup: 65532 # fsGroup: 65532 # fsGroupChangePolicy: OnRootMismatch - securityContext: {} + securityContext: + {} # capabilities: # drop: # - ALL @@ -204,5 +207,5 @@ priorityClassName: "" imagePullSecrets: [] # - name: my-imagepull-secret -# add annotations to all pods +# add annotations to all pods, deployment, daemonset and podmonitor commonAnnotations: {}