Skip to content

Commit

Permalink
fix(cinder-csi-plugin): describe what commonAnnotations do
Browse files Browse the repository at this point in the history
  • Loading branch information
roehlc committed Feb 14, 2024
1 parent 3afc8d1 commit 0478b3d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions charts/cinder-csi-plugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check failure on line 59 in charts/cinder-csi-plugin/values.yaml

View workflow job for this annotation

GitHub Actions / lint

59:12 [comments] too few spaces before comment
volumes:
- name: cacert
hostPath:
Expand All @@ -75,7 +75,8 @@ csi:
# Optional additional labels to add to the nodePlugin Pods.
podLabels: {}
podSecurityContext: {}
securityContext: {}
securityContext:
{}
# capabilities:
# drop:
# - ALL
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: {}

0 comments on commit 0478b3d

Please sign in to comment.