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
sloth can be used from the command line or as a kubernetes operator.
From what I know, the cli is able to read all three specs as described here: https://sloth.dev/specs/default/
Your first example, the Kubernetes spec (apiVersion: sloth.slok.dev/v1), is only usable by the sloth Kubernetes operator.
The second example (version: "prometheus/v1") is the default as used by the CLI
Some examples have this format, which is more in line with the sloth CRD:
Some others have this format:
What is the correct way? What is this "version: "prometheus/v1""?
The text was updated successfully, but these errors were encountered: