small changes
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 30s

This commit is contained in:
2026-05-26 20:05:12 -03:00
parent 2de4ca75a1
commit 4149e15fea
3 changed files with 94 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
NFS_SOURCE_PATH=/path/to/nfs/source
BACKUP_OUTPUT_PATH=/path/to/backup/output
BACKUP_PASSWORD=replace-with-strong-password
BACKUP_PASSWORD=
KUBECTL_BIN=kubectl
KUBE_CONTEXT=
WORKLOAD_KINDS=deployment,statefulset,replicaset,replicationcontroller
@@ -19,3 +19,4 @@ NOTIFY_SUCCESS_URL=
NOTIFY_FAILURE_URL=
NOTIFY_TITLE=Kubernetes
NOTIFY_ASSET=kube config
CLEANUP_DELETE_COUNT=5