1 — Project Provisioning
Option A — Clone from a Git repository (feastProjectDir.git)
feastProjectDir.git)Minimal example
apiVersion: feast.dev/v1
kind: FeatureStore
metadata:
name: my-feature-store
spec:
feastProject: credit_scoring
feastProjectDir:
git:
url: https://github.com/my-org/feast-feature-repo
ref: main # branch, tag, or commit SHAPinning to a specific commit (recommended for production)
feastProjectDir:
git:
url: https://github.com/my-org/feast-feature-repo
ref: 598a270 # immutable SHA — no surprise changes on pod restartMonorepo: feature repo in a subdirectory
Private repositories — token authentication
Disabling TLS verification (not recommended for production)
Full git field reference
git field referenceField
Type
Description
Option B — Scaffold a new project (feastProjectDir.init)
feastProjectDir.init)Templates
Minimal scaffold
Full init field reference
init field referenceField
Type
Default
Description
feast apply on startup
feast apply on startupWhen feastProjectDir is omitted
feastProjectDir is omittedSee also
Last updated
Was this helpful?