1 — Project Provisioning
Option A — Clone from a Git repository (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
Field
Type
Description
Option B — Scaffold a new project (feastProjectDir.init)
Templates
Minimal scaffold
Full init field reference
Field
Type
Default
Description
Option C — Use a repository packaged in an image (feastProjectDir.packaged)
Full packaged field reference
Field
Type
Required
Description
feast apply on startup
When feastProjectDir is omitted
See also
Last updated
Was this helpful?