-
Notifications
You must be signed in to change notification settings - Fork 516
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened
Generating a template from the chart fails (running helm template .
) which means the chart cannot be used in argocd.
Expected behavior
For the chart to be generated without errors.
Describe the setup
- Are you using a local Fluvio install? Minikube? Fluvio Cloud?
- What version of Fluvio are you using?
fluvio version
How to reproduce it (as minimally and precisely as possible)
Steps to reproduce the behavior:
cd k8-util/helm/fluvio-app
helm template .
Log output
Error: YAML parse error on fluvio-app/templates/spu-k8-config.yaml: error converting YAML to JSON: yaml: line 6: mapping values are not allowed in this context
Error: YAML parse error on fluvio-app/templates/sc-deployment.yaml: error converting YAML to JSON: yaml: line 23: mapping values are not allowed in this context
I will open a pr to fix the issue.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working