File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ spec:
2525 volumeMounts :
2626 - mountPath : /var/run/docker.sock
2727 name : docker-socket
28- - name : object-store
28+ - name : minio-user
2929 mountPath : /var/run/secrets/object/store
3030 readOnly : true
3131 volumes :
32- - name : object-store
32+ - name : minio-user
3333 secret :
34- secretName : object-store
34+ secretName : minio-user
3535 - name : docker-socket
3636 hostPath :
3737 path : /var/run/docker.sock
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ spec:
1919 - name : put_url
2020 value : puturl
2121 volumeMounts :
22- - name : object-store
22+ - name : minio-user
2323 mountPath : /var/run/secrets/object/store
2424 readOnly : true
2525 volumes :
26- - name : object-store
26+ - name : minio-user
2727 secret :
28- secretName : object-store
28+ secretName : minio-user
You can’t perform that action at this time.
0 commit comments