create pvc in namespace of old awx by default, update docs, fix bug with secret statuses

This commit is contained in:
Christian M. Adams
2021-04-22 12:37:13 -04:00
parent 38a6a02f85
commit ff9248e971
13 changed files with 45 additions and 57 deletions

View File

@@ -496,7 +496,7 @@ spec:
description: Custom postgres_configuration secret name
type: string
oneOf:
- required: ["tower_name", "tower_backup_pvc", "tower_backup_dir"]
- required: ["tower_name", "tower_backup_pvc", "tower_backup_pvc_namespace", "tower_backup_dir"]
---
apiVersion: rbac.authorization.k8s.io/v1

View File

@@ -51,4 +51,4 @@ spec:
description: Custom postgres_configuration secret name
type: string
oneOf:
- required: ["tower_name", "tower_backup_pvc", "tower_backup_dir"]
- required: ["tower_name", "tower_backup_pvc", "tower_backup_pvc_namespace", "tower_backup_dir"]