You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it does have a sink (using my actual webhook URL), but installing it with Helm via ArgoCD produces the error below:
failed exit status 1: Error: execution error at (Robusta/charts/robusta/templates/playbooks-config.yaml:9:7): At least one sink must be defined! Use --debug flag to render out invalid YAML
From Argo UI we can see the parameter is detected (so it's properly formatted):
If I install the exact same values.yaml via helm CLI from my local machine, it works fine, it's only failing via Argo.
Not sure if it makes a difference, but it's actually being installed as a subchart as I'm using Argo's ApplicationSet.
The text was updated successfully, but these errors were encountered:
I used robusta CLI to generate a
generated_values.yaml
for me.This is how it looks:
So it does have a sink (using my actual webhook URL), but installing it with Helm via ArgoCD produces the error below:
From Argo UI we can see the parameter is detected (so it's properly formatted):
If I install the exact same
values.yaml
via helm CLI from my local machine, it works fine, it's only failing via Argo.Not sure if it makes a difference, but it's actually being installed as a subchart as I'm using Argo's ApplicationSet.
The text was updated successfully, but these errors were encountered: