mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 22:33:35 +00:00
Merge pull request #444 from Spredzy/hide_postgres
Backup and Restore: Hide postgres_image overide
This commit is contained in:
@@ -78,6 +78,16 @@ spec:
|
|||||||
x-descriptors:
|
x-descriptors:
|
||||||
- urn:alm:descriptor:com.tectonic.ui:advanced
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
- urn:alm:descriptor:com.tectonic.ui:hidden
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: PostgreSQL Image
|
||||||
|
path: postgres_image
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: PostgreSQL Image Version
|
||||||
|
path: postgres_image_version
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
statusDescriptors:
|
statusDescriptors:
|
||||||
- description: The persistent volume claim name used during backup
|
- description: The persistent volume claim name used during backup
|
||||||
displayName: Backup claim
|
displayName: Backup claim
|
||||||
@@ -128,6 +138,16 @@ spec:
|
|||||||
path: postgres_label_selector
|
path: postgres_label_selector
|
||||||
x-descriptors:
|
x-descriptors:
|
||||||
- urn:alm:descriptor:com.tectonic.ui:hidden
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: PostgreSQL Image
|
||||||
|
path: postgres_image
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
|
- displayName: PostgreSQL Image Version
|
||||||
|
path: postgres_image_version
|
||||||
|
x-descriptors:
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||||
|
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||||
statusDescriptors:
|
statusDescriptors:
|
||||||
- description: The state of the restore
|
- description: The state of the restore
|
||||||
displayName: Restore status
|
displayName: Restore status
|
||||||
|
|||||||
Reference in New Issue
Block a user