Skip to content

Commit

Permalink
Incorrect test case name and 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 17, 2024
1 parent c4965a4 commit b416eef
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions charts/cluster/test/scheduledbackups/chainsaw-test.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
##
# This is a test that verifies that non-default configuration options are correctly propagated to the CNPG cluster.
# P.S. This test is not designed to have a good running configuration, it is designed to test the configuration propagation!
apiVersion: chainsaw.kyverno.io/v1alpha1
kind: Test
metadata:
name: postgresql-cluster-configuration
name: scheduledbackups
spec:
timeouts:
apply: 1s
assert: 60s
cleanup: 30s
steps:
- name: Install the non-default configuration cluster
- name: Install the a cluster with ScheduledBackups
try:
- script:
content: |
Expand Down

0 comments on commit b416eef

Please sign in to comment.