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
I am using Helm to install sloth and it would make my life 10000% better if I could specify an SLO inline in the Helm template that would be rendered and applied by Helm.
The text was updated successfully, but these errors were encountered:
I took a bit different approach to this.
I deploy sloth independently to SLIs/SLOs.
Instead I created helm chart with service default SLIs, and I add it as a dependency to microservice helm chart.
This way I know what SLIs are defined for given service, as soon as I lookup values file.
What I ended up going with is since I am wrapping Helm with Terraform I used Terraform kubectl_manifest to apply SLO templates. Leaving this open though as it is still an unsolved problem IMO.
I am using Helm to install sloth and it would make my life 10000% better if I could specify an SLO inline in the Helm template that would be rendered and applied by Helm.
The text was updated successfully, but these errors were encountered: