feat: remove external backup
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 22s
lint-test-helm / validate-kubeconform (pull_request) Successful in 45s
render-manifests / render-manifests (pull_request) Successful in 2m3s

This commit is contained in:
2026-05-08 17:11:00 -05:00
parent 2b017c37f5
commit 4c70291eba
3 changed files with 0 additions and 59 deletions

View File

@@ -166,26 +166,6 @@ snapshot:
key: BUCKET
- name: TARGET
value: Remote
s3-backup-external:
image:
repository: d3fk/s3cmd
tag: latest@sha256:d66cc5677b30b31a7981f9fde0af064a9072e8b8a57d5e9b4cc02f44f02acbf2
command:
- /bin/sh
args:
- -ec
- /scripts/backup.sh
envFrom:
- secretRef:
name: vault-ntfy-config
env:
- name: BUCKET
valueFrom:
secretKeyRef:
name: vault-backup-external-config
key: BUCKET
- name: TARGET
value: External
persistence:
snapshot-script:
enabled: true