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'm also generally struggling to figure out which variables are available to me when using CEL expressions. From examples in the docs I can infer that resources is available in the waitFor expression and results should be available in the display expression, but it's unclear if those are all the variables that I can reference. In my example with a DaemonSet above I can't tell if I'm using the wrong variable or if the display itself is buggy because all I can see is an empty map getting returned.
The text was updated successfully, but these errors were encountered:
The display formatting for Kubernetes Resource checks does not appear to be working.
If I setup a basic Kubernetes check and format the display, it seems to work fine:
However, if I use a check like this within the Kubernetes Resource check, nothing is displayed:
If I instead try to configure the display message for the Kubernetes Resource check at the scope of the Canary, I am able to do so...
...however, I am not able to access any meaningful information about my resources:
I'm also generally struggling to figure out which variables are available to me when using CEL expressions. From examples in the docs I can infer that
resources
is available in thewaitFor
expression andresults
should be available in thedisplay
expression, but it's unclear if those are all the variables that I can reference. In my example with a DaemonSet above I can't tell if I'm using the wrong variable or if the display itself is buggy because all I can see is an empty map getting returned.The text was updated successfully, but these errors were encountered: