Skip to content

Commit 072193e

Browse files
committed
fix conflicts remnants
1 parent 32d5f54 commit 072193e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

deploy/cr.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,17 +320,13 @@ spec:
320320
backups:
321321
# trackLatestRestorableTime: true
322322
pgbackrest:
323-
<<<<<<< HEAD
324323
# Optional: Sets a grace period in seconds before the first backup is performed
325324
# after PostgreSQL initialization. This helps prevent backup failures that can
326325
# occur when the backup starts before PostgreSQL is fully ready.
327326
# initialBackupDelaySeconds: 120
328-
image: percona/percona-postgresql-operator:2.6.0-ppg17.2-pgbackrest2.54.0
329-
=======
330327
# metadata:
331328
# labels:
332329
image: percona/percona-postgresql-operator:2.6.0-ppg16.8-pgbackrest2.54.2
333-
>>>>>>> upstream/release-2.6.0
334330
#
335331
# containers:
336332
# pgbackrest:

percona/controller/pgcluster/testutils_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,7 @@ func readDefaultCR(name, namespace string) (*v2.PerconaPGCluster, error) {
120120
if cr.Annotations == nil {
121121
cr.Annotations = make(map[string]string)
122122
}
123-
<<<<<<< HEAD
124-
cr.Annotations[pNaming.InternalAnnotationDisablePatroniVersionCheck] = "true"
125-
=======
126123
cr.Annotations[pNaming.AnnotationCustomPatroniVersion] = "4.0.0"
127-
>>>>>>> upstream/release-2.6.0
128124
cr.Namespace = namespace
129125
cr.Status.Postgres.Version = cr.Spec.PostgresVersion
130126
return cr, nil

0 commit comments

Comments
 (0)