|
|
@@ -31,10 +31,10 @@ spec: |
|
|
- name: resource-volume |
|
|
- name: resource-volume |
|
|
hostPath: |
|
|
hostPath: |
|
|
path: /platform-data |
|
|
path: /platform-data |
|
|
initContainers: |
|
|
|
|
|
- name: init-fs-check |
|
|
|
|
|
image: 172.20.32.187/ci4s/busybox:1.31 |
|
|
|
|
|
command: [ 'sh', '-c', "mount | grep /platform-data"] |
|
|
|
|
|
|
|
|
# initContainers: |
|
|
|
|
|
# - name: init-fs-check |
|
|
|
|
|
# image: 172.20.32.187/ci4s/busybox:1.31 |
|
|
|
|
|
# command: [ 'sh', '-c', "mount | grep /platform-data"] |
|
|
restartPolicy: Always |
|
|
restartPolicy: Always |
|
|
--- |
|
|
--- |
|
|
apiVersion: v1 |
|
|
apiVersion: v1 |
|
|
|