We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3298052 commit 6b5656dCopy full SHA for 6b5656d
.github/config/external-secret/external-secret-8.5-integration-test-credentials.yaml
@@ -58,6 +58,10 @@ spec:
58
remoteRef:
59
key: integration-test
60
property: admin-password
61
+ - secretKey: postgres-password
62
+ remoteRef:
63
+ key: integration-test
64
+ property: postgres-password
65
- secretKey: password
66
67
@@ -67,13 +71,3 @@ spec:
71
68
72
property: smtp-password
69
73
70
- # WebModeler PostgreSQL (used in integration tests)
- - secretKey: webmodeler-postgresql-admin-password
- remoteRef:
- key: integration-test
74
- property: password
75
- - secretKey: webmodeler-postgresql-user-password
76
77
78
79
-
0 commit comments