Skip to content

Commit

Permalink
Update psql-db-backup-encrypt-job.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoaugustine authored Sep 30, 2024
1 parent 4aa318e commit f9e22fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kube/services/jobs/psql-db-backup-encrypt-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ spec:
# Requirements:
# 1. PGP public key must be available as a variable in the script.
# 2. The job needs the necessary permissions to read secrets, config maps from the target namespace.
# 3. Databases to skip can be provided using a ConfigMap called `dbbackup-exclude-list` containing a comma-separated list of databases under the key `skip_dbs`.
# Example command to create the ConfigMap:
# kubectl create configmap dbbackup-exclude-list --from-literal=skip_dbs="arborist-bak,wts-bak"
source "${GEN3_HOME}/gen3/lib/utils.sh"
gen3_load "gen3/gen3setup"
Expand Down

0 comments on commit f9e22fd

Please sign in to comment.