Skip to content

Commit

Permalink
fix: add key to name
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Mar 22, 2024
1 parent 29cab9b commit 300749f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/loculus/templates/lapis-silo-shared-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
apiVersion: batch/v1
kind: Job
metadata:
name: clear-pvc-data
name: clear-pvc-data-{{ $key }}
annotations:
argocd.argoproj.io/hook: PostSync
argocd.argoproj.io/hook-delete-policy: HookSucceeded
Expand Down

0 comments on commit 300749f

Please sign in to comment.