We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602677b commit 6ff84caCopy full SHA for 6ff84ca
1 file changed
testing/chainsaw/e2e/pgbackrest-restore/chainsaw-test.yaml
@@ -83,9 +83,11 @@ spec:
83
84
- name: 'Delete Cluster #1'
85
description: >
86
- Delete this clone
+ Delete this clone in the background to free up resources
87
try:
88
- delete:
89
+ deletionPropagationPolicy: Background
90
+ expect: [{ check: { (`true`): true } }]
91
ref:
92
apiVersion: ($postgrescluster.apiVersion)
93
kind: PostgresCluster
@@ -158,9 +160,11 @@ spec:
158
160
159
161
- name: 'Delete Cluster #2'
162
163
164
165
166
167
168
169
170
0 commit comments