Skip to content

Commit 1f17b9b

Browse files
authored
docs: Operator readme fix (feast-dev#4219)
operator readme fix Signed-off-by: Tommy Hughes <tohughes@redhat.com>
1 parent 2b398dc commit 1f17b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/feast-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kind: FeastFeatureServer
2121
metadata:
2222
name: example
2323
spec:
24-
feature_store_yaml_base64: $(cat feature_store.yaml | base64)
24+
feature_store_yaml_base64: $(cat feature_store.yaml | base64 | tr -d '\n\r')
2525
EOF
2626
```
2727
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`:

0 commit comments

Comments
 (0)