Skip to content

Commit

Permalink
Added CR example for store persistence
Browse files Browse the repository at this point in the history
Signed-off-by: Theodor Mihalache <[email protected]>
  • Loading branch information
tmihalac committed Nov 21, 2024
1 parent ee0a943 commit 42d0801
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: feast.dev/v1alpha1
kind: FeatureStore
metadata:
name: example
namespace: test
spec:
feastProject: my_project
services:
onlineStore:
persistence:
store:
type: postgres
secretRef:
name: my-secret
secretKeyName: mykey # optional

0 comments on commit 42d0801

Please sign in to comment.