Skip to content

Commit fb50f56

Browse files
committed
wip: e2e tests, issues with old sdk version
1 parent 2d7492d commit fb50f56

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

tests/e2e/basic-operations/02-assert.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,17 @@ apiVersion: db.movetokube.com/v1alpha1
99
kind: PostgresUser
1010
metadata:
1111
name: my-db-user
12+
spec:
13+
labels:
14+
custom-label: custom-value
1215
status:
1316
databaseName: test-db
1417
postgresGroup: test-db-group
1518
succeeded: true
19+
---
20+
apiVersion: v1
21+
kind: Secret
22+
metadata:
23+
name: my-db-user
24+
labels:
25+
custom-label: custom-value

tests/e2e/basic-operations/02-postgresuser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ spec:
77
database: my-db
88
secretName: my-secret
99
privileges: OWNER
10+
labels:
11+
custom-label: custom-value

0 commit comments

Comments
 (0)