Skip to content

Commit 5f874d6

Browse files
committed
fix: e2e test logic
1 parent cbd98a0 commit 5f874d6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ apiVersion: db.movetokube.com/v1alpha1
99
kind: PostgresUser
1010
metadata:
1111
name: my-db-user
12-
spec:
13-
labels:
14-
custom-label: custom-value
1512
status:
1613
databaseName: test-db
1714
postgresGroup: test-db-group
@@ -20,6 +17,7 @@ status:
2017
apiVersion: v1
2118
kind: Secret
2219
metadata:
23-
name: my-db-user
20+
name: my-secret-my-db-user
2421
labels:
2522
custom-label: custom-value
23+
app: my-db-user

0 commit comments

Comments
 (0)