fix(backup): update security context in cron job and improve backup script logging

This commit is contained in:
2025-05-10 19:40:01 +02:00
parent 01fc509795
commit 3e12b13d95
3 changed files with 11 additions and 8 deletions
@@ -133,7 +133,6 @@ resource "kubernetes_cron_job_v1" "backup_job" {
args = ["/tmp/scripts/backup.sh"]
security_context {
allow_privilege_escalation = false
read_only_root_filesystem = true
}
volume_mount {
name = "backup-storage"