File tree Expand file tree Collapse file tree
packages/cypress/cypress/fixtures/resources/yaml Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ stringData:
88 AWS_SECRET_ACCESS_KEY : ${awsSecretKey}
99 AWS_DEFAULT_REGION : ${awsDefaultRegion}
1010---
11+ kind : Secret
12+ apiVersion : v1
13+ metadata :
14+ name : feast-online-store-secret
15+ namespace : ${namespace}
16+ stringData :
17+ dynamodb : |
18+ type: dynamodb
19+ region: ${awsDefaultRegion}
20+ ---
1121apiVersion : feast.dev/v1
1222kind : FeatureStore
1323metadata :
@@ -16,9 +26,14 @@ metadata:
1626 labels :
1727 feature-store-ui : enabled
1828spec :
19- feastProject : driver_ranking
29+ feastProject : credit_scoring_local
2030 services :
2131 onlineStore :
32+ persistence :
33+ store :
34+ type : dynamodb
35+ secretRef :
36+ name : feast-online-store-secret
2237 server :
2338 envFrom :
2439 - secretRef :
2742 local :
2843 persistence :
2944 file :
30- path : s3://${awsBucketName}/feast-test/feast-credit-score-remote-data /registry.pb
45+ path : s3://${awsBucketName}/feast-test/credit_scoring_local /registry.pb
3146 server :
3247 envFrom :
3348 - secretRef :
You can’t perform that action at this time.
0 commit comments