This commit is contained in:
2023-07-23 11:30:33 +02:00
parent 4bf32e64f8
commit ab51012a5b
2 changed files with 79 additions and 79 deletions

View File

@@ -84,7 +84,7 @@ resource "kubectl_manifest" "authentik_cleanup_logs_job" {
- name: pgdata
persistentVolumeClaim:
claimName: pgdata-${var.instance}-${var.component}-0
schedule: "${var.postgres.cleanlogs.image}"
schedule: "${var.postgres.cleanlogs.schedule}"
successfulJobsHistoryLimit: 3
EOF
}