Skip to content

Commit da929d3

Browse files
committed
fix unit test
1 parent f1699d2 commit da929d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: internal/patroni/config_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -983,8 +983,8 @@ tags: {}
983983
dataWithCustomMethods, err := instanceYAML(cluster, instance, nil)
984984
assert.NilError(t, err)
985985
assert.Equal(t, dataWithCustomMethods, strings.Trim(`
986-
# Generated by postgres-operator. DO NOT EDIT.
987-
# Your changes will not be saved.
986+
# Generated by postgres-operator. DO NOT EDIT UNLESS YOU KNOW WHAT YOU'RE DOING.
987+
# If you want to override the config, annotate this ConfigMap with pgv2.percona.com/override-config=true
988988
bootstrap:
989989
initdb:
990990
- data-checksums

0 commit comments

Comments
 (0)