Skip to content

Commit

Permalink
docs: Operator readme fix (feast-dev#4219)
Browse files Browse the repository at this point in the history
operator readme fix

Signed-off-by: Tommy Hughes <[email protected]>
  • Loading branch information
tchughesiv authored May 23, 2024
1 parent 2b398dc commit 1f17b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/feast-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kind: FeastFeatureServer
metadata:
name: example
spec:
feature_store_yaml_base64: $(cat feature_store.yaml | base64)
feature_store_yaml_base64: $(cat feature_store.yaml | base64 | tr -d '\n\r')
EOF
```
Ensure it was successfully created on the cluster and that the `feature_store_yaml_base64` field was properly set. The following command should return output which is identical to your `feature_store.yaml`:
Expand Down

0 comments on commit 1f17b9b

Please sign in to comment.