We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8251d22 commit cedc2c7Copy full SHA for cedc2c7
helm-charts/move2kube/templates/move2kubeapi-statefulset.yaml
@@ -26,17 +26,17 @@ spec:
26
protocol: TCP
27
resources: {}
28
volumeMounts:
29
- - mountPath: /wksps
+ - mountPath: /workspace
30
name: {{ .Release.Name }}-data-pvcclaim1
31
initContainers:
32
- name: initcontainer
33
image: alpine:latest
34
command: ["/bin/sh", "-c"]
35
args:
36
- - chown -R 1000:1000 /wksps;
+ - chown -R 1000:1000 /workspace;
37
38
- name: {{ .Release.Name }}-data-pvcclaim1
39
- mountPath: /wksps
+ mountPath: /workspace
40
restartPolicy: Always
41
volumes:
42
0 commit comments