We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b318b1 commit 7bfc8e5Copy full SHA for 7bfc8e5
1 file changed
helm/attestation-verifier/charts/cleanup-host/templates/job.yaml
@@ -16,8 +16,6 @@ spec:
16
labels:
17
{{- include "cleanup-host.labels" . | nindent 8 }}
18
spec:
19
- securityContext:
20
- {{- toYaml .Values.securityContext.cleanupHostInit | nindent 8 }}
21
serviceAccountName: {{ include "factory.name" . }}
22
restartPolicy: Never
23
containers:
@@ -28,8 +26,8 @@ spec:
28
26
args:
29
27
- >
30
echo deleting &&
31
- rm -rf /tmp/verifier/* &&
32
- rm -rf /tmp/trustagent/*
+ rm -rf /tmp/verifier &&
+ rm -rf /tmp/trustagent
33
volumeMounts:
34
- name: host-volume-verifier
35
mountPath: /tmp/verifier
0 commit comments