Skip to content

Commit 52f6931

Browse files
committed
frontend changes for defender
1 parent 67f374d commit 52f6931

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/deploy/templates/frontend.deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
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

frontend/testdata/zz_fixture_TestHelmTemplate_frontend_connect_socket.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)