File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8686 {{- if .Values.audit.connectSocket }}
8787 volumeMounts :
8888 - name : mdsd-asa-run-vol
89- mountPath : /var/run/mdsd/asa
89+ mountPath : /var/run/mdsd
9090 {{- end }}
9191 livenessProbe :
9292 httpGet :
@@ -105,7 +105,7 @@ spec:
105105 volumes :
106106 - name : mdsd-asa-run-vol
107107 hostPath :
108- path : /var/run/mdsd/asa
108+ path : /var/run/mdsd
109109 type : Directory
110110 {{- end }}
111111 restartPolicy : Always
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ spec:
156156 type : RuntimeDefault
157157 volumeMounts :
158158 - name : mdsd-asa-run-vol
159- mountPath : /var/run/mdsd/asa
159+ mountPath : /var/run/mdsd
160160 livenessProbe :
161161 httpGet :
162162 path : /healthz
@@ -173,7 +173,7 @@ spec:
173173 volumes :
174174 - name : mdsd-asa-run-vol
175175 hostPath :
176- path : /var/run/mdsd/asa
176+ path : /var/run/mdsd
177177 type : Directory
178178 restartPolicy : Always
179179 terminationGracePeriodSeconds : 30
You can’t perform that action at this time.
0 commit comments