Skip to content

Commit

Permalink
Removes unneeded cluster definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Landreth committed Oct 26, 2023
1 parent a06faa7 commit 99c741e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
14 changes: 0 additions & 14 deletions testing/kuttl/e2e/backup/12--backup-with-force-conflicts.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
---
# The cluster should not have changed.
apiVersion: postgres-operator.crunchydata.com/v1beta1
kind: PostgresCluster
metadata:
name: backup-cluster
spec:
backups:
pgbackrest:
manual:
options:
- --type=full
repoName: repo4

---
apiVersion: kuttl.dev/v1beta1
kind: TestStep
Expand Down
26 changes: 0 additions & 26 deletions testing/kuttl/e2e/restore/31--force-conflicts.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
---
apiVersion: postgres-operator.crunchydata.com/v1beta1
kind: PostgresCluster
metadata:
name: restore-cluster
spec:
postgresVersion: 14
instances:
- name: instance1
dataVolumeClaimSpec:
accessModes: [ReadWriteOnce]
resources: { requests: { storage: 1Gi } }
backups:
pgbackrest:
repos:
- name: repo2
volume:
volumeClaimSpec:
accessModes: [ReadWriteOnce]
resources: { requests: { storage: 1Gi } }
restore:
enabled: true
repoName: repo2
options:
- --db-include=restore-cluster

---
apiVersion: kuttl.dev/v1beta1
kind: TestStep
Expand Down

0 comments on commit 99c741e

Please sign in to comment.