File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,26 @@ type: Opaque
77stringData :
88 SA_PASSWORD : " @someThingComplicated1234"
99 CatalogConnection : " Server=sqlserver-service;Database=Microsoft.eShopOnWeb.CatalogDb;User Id=sa;Password=@someThingComplicated1234;TrustServerCertificate=true"
10- IdentityConnection : " Server=sqlserver-service;Database=Microsoft.eShopOnWeb.Identity;User Id=sa;Password=@someThingComplicated1234;TrustServerCertificate=true"
10+ apiVersion : external-secrets.io/v1beta1
11+ kind : ExternalSecret
12+ metadata :
13+ name : eshoponweb-secrets
14+ namespace : eshoponweb
15+ spec :
16+ refreshInterval : " 1h"
17+ secretStoreRef :
18+ name : eshoponweb-secret-store
19+ kind : SecretStore
20+ target :
21+ name : eshoponweb-secrets
22+ creationPolicy : Owner
23+ data :
24+ - secretKey : SA_PASSWORD
25+ remoteRef :
26+ key : eshoponweb-sa-password
27+ - secretKey : CatalogConnection
28+ remoteRef :
29+ key : eshoponweb-catalog-connection
30+ - secretKey : IdentityConnection
31+ remoteRef :
32+ key : eshoponweb-identity-connection
You can’t perform that action at this time.
0 commit comments