Skip to content

Commit 4b786b5

Browse files
committed
fix: more
1 parent 6b5656d commit 4b786b5

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/config/external-secret/external-secret-8.5-integration-test-credentials.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,13 @@ spec:
7171
key: integration-test
7272
property: smtp-password
7373

74+
# WebModeler PostgreSQL (used in integration tests)
75+
- secretKey: webmodeler-postgresql-admin-password
76+
remoteRef:
77+
key: integration-test
78+
property: password
79+
- secretKey: webmodeler-postgresql-user-password
80+
remoteRef:
81+
key: integration-test
82+
property: password
83+

.github/config/external-secret/external-secret-8.8-integration-test-credentials.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ spec:
2828
remoteRef:
2929
key: integration-test
3030
property: identity-firstuser-password
31+
- secretKey: identity-admin-client-password
32+
remoteRef:
33+
key: integration-test
34+
property: password
3135
- secretKey: identity-admin-client-token
3236
remoteRef:
3337
key: integration-test

0 commit comments

Comments
 (0)