Add Application armor to Postgresql-backup pods

Change-Id: Idb4d214803bb98f1846154bb27d571f44ca74dba
Signed-off-by: diwakar thyagaraj <diwakar.chitoor.thyagaraj@att.com>
This commit is contained in:
diwakar thyagaraj 2020-08-13 16:41:22 +00:00
parent 4557f6fbe8
commit acf6276f49
1 changed files with 6 additions and 0 deletions

View File

@ -12,4 +12,10 @@ pod:
prometheus-postgresql-exporter-create-user:
prometheus-postgresql-exporter-create-user: runtime/default
init: runtime/default
postgresql-backup:
init: runtime/default
backup-perms: runtime/default
postgresql-backup: runtime/default
manifests:
cron_job_postgresql_backup: true
...