Skip to content

Commit cedc2c7

Browse files
fix: Change default dir for move2kube image to workspace (#28)
Signed-off-by: Ashok Pon Kumar <[email protected]>
1 parent 8251d22 commit cedc2c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

helm-charts/move2kube/templates/move2kubeapi-statefulset.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ spec:
2626
protocol: TCP
2727
resources: {}
2828
volumeMounts:
29-
- mountPath: /wksps
29+
- mountPath: /workspace
3030
name: {{ .Release.Name }}-data-pvcclaim1
3131
initContainers:
3232
- name: initcontainer
3333
image: alpine:latest
3434
command: ["/bin/sh", "-c"]
3535
args:
36-
- chown -R 1000:1000 /wksps;
36+
- chown -R 1000:1000 /workspace;
3737
volumeMounts:
3838
- name: {{ .Release.Name }}-data-pvcclaim1
39-
mountPath: /wksps
39+
mountPath: /workspace
4040
restartPolicy: Always
4141
volumes:
4242
- name: {{ .Release.Name }}-data-pvcclaim1

0 commit comments

Comments
 (0)