Skip to content

Commit 4c6d8e5

Browse files
committed
Revert "chore: removed test yaml"
This reverts commit f19110c.
1 parent f19110c commit 4c6d8e5

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

test-postgresql.yaml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
apiVersion: acid.zalan.do/v1
2+
kind: postgresql
3+
metadata:
4+
annotations:
5+
delete-clustername: "acid-minimal-cluster"
6+
creationTimestamp: "2024-09-05T09:42:09Z"
7+
generation: 1
8+
managedFields:
9+
- apiVersion: acid.zalan.do/v1
10+
fieldsType: FieldsV1
11+
fieldsV1:
12+
f:spec:
13+
.: {}
14+
f:databases:
15+
.: {}
16+
f:foo: {}
17+
f:numberOfInstances: {}
18+
f:postgresql:
19+
.: {}
20+
f:version: {}
21+
f:preparedDatabases:
22+
.: {}
23+
f:bar: {}
24+
f:teamId: {}
25+
f:users:
26+
.: {}
27+
f:foo_user: {}
28+
f:zalando: {}
29+
f:volume:
30+
.: {}
31+
f:size: {}
32+
manager: kubectl-create
33+
operation: Update
34+
time: "2024-09-05T09:42:09Z"
35+
- apiVersion: acid.zalan.do/v1
36+
fieldsType: FieldsV1
37+
fieldsV1:
38+
f:status:
39+
.: {}
40+
f:PostgresClusterStatus: {}
41+
manager: postgres-operator
42+
operation: Update
43+
subresource: status
44+
time: "2024-09-05T09:44:08Z"
45+
name: acid-minimal-cluster
46+
namespace: default
47+
resourceVersion: "643"
48+
uid: 25f67ca6-eb04-4e2b-a9ee-2662423232a8
49+
spec:
50+
databases:
51+
foo: zalando
52+
numberOfInstances: 0
53+
postgresql:
54+
version: "16"
55+
preparedDatabases:
56+
bar: {}
57+
teamId: acid
58+
users:
59+
foo_user: []
60+
zalando:
61+
- superuser
62+
- createdb
63+
volume:
64+
size: 1Gi
65+
status:
66+
PostgresClusterStatus: Running

0 commit comments

Comments
 (0)