Skip to content

Commit

Permalink
Feature server helm chart produces invalid YAML (#2234)
Browse files Browse the repository at this point in the history
* Feature server helm chart has invalid syntax

Signed-off-by: pyalex <moskalenko.alexey@gmail.com>

* return empty line

Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex authored Jan 25, 2022
1 parent 62fae05 commit 3894b8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
- java
- -jar
- /opt/feast/feast-serving.jar
- {{- if index .Values "application.yaml" "enabled" -}}
- {{ if index .Values "application.yaml" "enabled" -}}
classpath:/application.yml
{{- end }}
{{- if index .Values "application-generated.yaml" "enabled" -}}
Expand Down

0 comments on commit 3894b8d

Please sign in to comment.