delete container mount /etc/sysconfig/mrzcpd

This commit is contained in:
wangmenglan
2023-11-27 17:47:54 +08:00
committed by 付明卫
parent d7f7253f82
commit 6511d60440
2 changed files with 0 additions and 14 deletions

View File

@@ -17,9 +17,6 @@
- name: ldconfig-mrzcpd
mountPath: /etc/ld.so.conf.d/mrzcpd.conf
readOnly: true
- name: sysconfig-mrzcpd
mountPath: /etc/sysconfig/mrzcpd
readOnly: true
{{- end -}}
@@ -50,10 +47,6 @@
hostPath:
path: /etc/ld.so.conf.d/mrzcpd.conf
type: File
- name: sysconfig-mrzcpd
hostPath:
path: /etc/sysconfig/mrzcpd
type: File
{{- end -}}
{{- define "traffic-engine.volume.hostpath" -}}

View File

@@ -494,10 +494,6 @@ enable_breakpad_upload=0
hostPath:
path: /etc/ld.so.conf.d/mrzcpd.conf
type: File
- name: sysconfig-mrzcpd
hostPath:
path: /etc/sysconfig/mrzcpd
type: File
{{- end -}}
{{- define "traffic-engine.mount.mrzcpd" -}}
@@ -520,9 +516,6 @@ enable_breakpad_upload=0
- name: ldconfig-mrzcpd
mountPath: /etc/ld.so.conf.d/mrzcpd.conf
readOnly: true
- name: sysconfig-mrzcpd
mountPath: /etc/sysconfig/mrzcpd
readOnly: true
{{- end -}}