Fix retry for checking postgres pod & fix secrets template

- fixed a lot of typos & updated the README.md files
This commit is contained in:
Christian M. Adams
2021-04-13 14:47:38 -04:00
parent fb612c24df
commit 5b32c41277
24 changed files with 97 additions and 144 deletions

View File

@@ -40,7 +40,7 @@
set_fact:
_default_backup_pvc: "{{ meta.name }}-backup-claim"
# by default, it will re-use the old pvc if already created (unless pvc is provided)
# by default, it will re-use the old pvc if already created (unless a pvc is provided)
- name: Set PVC to use for backup
set_fact:
backup_pvc: "{{ tower_backup_pvc | default(_default_backup_pvc, true) }}"