From 42d0801bc62d889e7e1811e7d771f2cb4acd3f8c Mon Sep 17 00:00:00 2001 From: Theodor Mihalache Date: Thu, 21 Nov 2024 16:11:02 -0500 Subject: [PATCH] Added CR example for store persistence Signed-off-by: Theodor Mihalache --- .../v1alpha1_featurestore_db_persistence.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 infra/feast-operator/config/samples/v1alpha1_featurestore_db_persistence.yaml diff --git a/infra/feast-operator/config/samples/v1alpha1_featurestore_db_persistence.yaml b/infra/feast-operator/config/samples/v1alpha1_featurestore_db_persistence.yaml new file mode 100644 index 0000000000..0540bc90cc --- /dev/null +++ b/infra/feast-operator/config/samples/v1alpha1_featurestore_db_persistence.yaml @@ -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