修改挂载配置

Former-commit-id: 9c3325b8f4fa4a4e8d4900831c54e96aa60762e0
This commit is contained in:
zhangwei 2023-07-07 15:55:13 +08:00
parent c8f3eff9f2
commit 202a89ed18
1 changed files with 3 additions and 3 deletions

View File

@ -42,9 +42,9 @@ spec:
persistentVolumeClaim: persistentVolumeClaim:
claimName: pcm-image-storage claimName: pcm-image-storage
- name: sock-volume - name: sock-volume
hostPath: hostPath:
path: /var/run/docker.sock path: /var/run/docker.sock
type: FileOrCreate type: FileOrCreate
restartPolicy: Always restartPolicy: Always
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst