SLI resource added using keptn add-resource
on project level overrides SLI resource added using keptn add-resource
on stage/service level
#67
Labels
bug
Something isn't working
Summary
If we add SLI on service level
And
kubectl exec -it resource-service-xxx -nkeptn -- sh
You can see
sli.yaml
added under the above pathNow, if you try to add a project level SLI file
podtatoserver
folder inresource-service
in the path/data/config/e2e-project/podtatoserver/datadog
is removed and you seeEnvironment
keptn version
):kubectl version
):* Client Browser: N/ANot applicable for this issueAffected Component
To Reproduce
Steps to reproduce the behavior:
# you need to be at the root of datadog-service keptn create project e2e-project --shipyard=test/shipyard/podtatohead.deployment.yaml
Check the SLI is reflected in resource-service
kubectl exec -it resource-service-xxx -nkeptn -- sh
(replace resource-service-xxx with the name of yourresource-service
pod inkeptn
namespace)You should see ^
5. Create a project level SLI
podtatoserver
folder inresource-service
in the path/data/config/e2e-project/podtatoserver/datadog
is removed and you should seeExpected behavior
Adding project level SLI should not override service level SLI
Current behavior
Project level SLI overrides service level SLI
The text was updated successfully, but these errors were encountered: