Skip to content

Commit a801037

Browse files
run backup and prune operation, bump image
1 parent df3b238 commit a801037

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

infra/vault-backup/cron-backup.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
- name: "VAULT_LOGIN_OUTPUT_TYPE"
3636
value: "file"
3737
- name: "VAULT_LOGIN_OUTPUT_SECRET_NAME"
38-
value: "/data/vault-token"
38+
value: "/data/.vault-token"
3939
resources:
4040
requests:
4141
memory: "32Mi"
@@ -47,7 +47,7 @@ spec:
4747
mountPath: "/data"
4848
containers:
4949
- name: "vault-backup"
50-
image: "ghcr.io/soerenschneider/vault-backup:1.0.0"
50+
image: "ghcr.io/soerenschneider/vault-backup:1.1.0"
5151
imagePullPolicy: "IfNotPresent"
5252
env:
5353
- name: "HOME"
@@ -64,6 +64,7 @@ spec:
6464
optional: true
6565
command:
6666
- "backup-vault"
67+
- "backup-prune"
6768
securityContext:
6869
runAsUser: 23561
6970
runAsGroup: 23561

0 commit comments

Comments
 (0)