Skip to content

Commit

Permalink
Updated test description
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Grudev <[email protected]>
  • Loading branch information
itay-grudev committed Dec 19, 2024
1 parent 2ef41e9 commit 3540bcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat
| recovery.import.postImportApplicationSQL | list | `[]` | List of SQL queries to be executed as a superuser in the application database right after is imported. To be used with extreme care. Only available in microservice type. |
| recovery.import.roles | list | `[]` | Roles to import |
| recovery.import.schemaOnly | bool | `false` | When set to true, only the pre-data and post-data sections of pg_restore are invoked, avoiding data import. |
| recovery.import.source.database | string | `"paradedb"` | |
| recovery.import.source.database | string | `""` | |
| recovery.import.source.host | string | `""` | |
| recovery.import.source.passwordSecret.create | bool | `false` | Whether to create a secret for the password |
| recovery.import.source.passwordSecret.key | string | `"password"` | The key in the secret containing the password |
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster/test/postgresql-import/chainsaw-test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This is a test that provisions a regular (non CNPG) PostgreSQL cluster and attempts to perform a pg_basebackup recovery.
# This test the CNPG PostgreSQL import capability.
apiVersion: chainsaw.kyverno.io/v1alpha1
kind: Test
metadata:
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ recovery:
host: ""
port: 5432
username: ""
database: "paradedb"
database: ""
sslMode: "verify-full"
passwordSecret:
# -- Whether to create a secret for the password
Expand Down

0 comments on commit 3540bcc

Please sign in to comment.