mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Add ability to exclude postgres data during migration to Openshift AAP operator (#1954)
This commit is contained in:
@@ -73,6 +73,9 @@ spec:
|
||||
type: string
|
||||
maxLength: 255
|
||||
pattern: '^[a-zA-Z0-9][-a-zA-Z0-9]{0,253}[a-zA-Z0-9]$'
|
||||
pg_dump_suffix:
|
||||
description: Additional parameters for the pg_dump command during a migration
|
||||
type: string
|
||||
postgres_label_selector:
|
||||
description: Label selector used to identify postgres pod for data migration
|
||||
type: string
|
||||
|
||||
@@ -319,6 +319,11 @@ spec:
|
||||
x-descriptors:
|
||||
- urn:alm:descriptor:com.tectonic.ui:advanced
|
||||
- urn:alm:descriptor:io.kubernetes:Secret
|
||||
- description: PostgreSQL dump additional parameters to exclude tables during migration to openshift
|
||||
displayname: PostgreSQL Extra Arguments for Migration to Openshift
|
||||
path: pg_dump_suffix
|
||||
x-descriptors:
|
||||
- urn:alm:descriptor:com.tectonic.ui:hidden
|
||||
- description: Name of the k8s secret the symmetric encryption key is stored
|
||||
in.
|
||||
displayName: Secret Key
|
||||
|
||||
Reference in New Issue
Block a user