Skip to content

Commit 1b9e68f

Browse files
add volume and volumeMount example to values.yaml
1 parent f2305a5 commit 1b9e68f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

helm/blueapi/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,18 @@ startupProbe:
130130
# -- Additional volumes on the output StatefulSet definition.
131131
# Define volumes from e.g. Secrets, ConfigMaps or the Filesystem
132132
volumes: []
133+
# - name: dls-sw-bl
134+
# hostPath:
135+
# path: "/dls_sw/i23"
136+
# type: Directory
133137

134138
# -- Additional volumeMounts on the output StatefulSet definition.
135139
# Define how volumes are mounted to the container referenced by using the same name.
136140
volumeMounts: []
141+
# - name: dls-sw-bl
142+
# mountPath: /dls_sw/i23
143+
# readOnly: true
144+
# mountPropagation: HostToContainer
137145

138146
# -- May be required to run on specific nodes (e.g. the control machine)
139147
nodeSelector: {}

0 commit comments

Comments
 (0)