We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2305a5 commit 1b9e68fCopy full SHA for 1b9e68f
1 file changed
helm/blueapi/values.yaml
@@ -130,10 +130,18 @@ startupProbe:
130
# -- Additional volumes on the output StatefulSet definition.
131
# Define volumes from e.g. Secrets, ConfigMaps or the Filesystem
132
volumes: []
133
+# - name: dls-sw-bl
134
+# hostPath:
135
+# path: "/dls_sw/i23"
136
+# type: Directory
137
138
# -- Additional volumeMounts on the output StatefulSet definition.
139
# Define how volumes are mounted to the container referenced by using the same name.
140
volumeMounts: []
141
142
+# mountPath: /dls_sw/i23
143
+# readOnly: true
144
+# mountPropagation: HostToContainer
145
146
# -- May be required to run on specific nodes (e.g. the control machine)
147
nodeSelector: {}
0 commit comments