flanksource / canary-checker

Kubernetes Native Health Check Platform
https://canarychecker.io
Apache License 2.0
187 stars 33 forks source link

[BUG] Owner is not displayed #1985

Open DanielCastronovo opened 3 months ago

DanielCastronovo commented 3 months ago

When i set a owner on a Canary CR, the UI doesn't print it. image

apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
  name: prometheus-check
spec:
  owner: Infra
  severity: high
  interval: 30
  prometheus:
    - url: http://prometheus-operator-prometheus.kube-system.svc.cluster.local:9090
      query: kubernetes_build_info{job!~"kube-dns|coredns"}
      display:
        template: "{{ (index .results 0).git_version }}"
      test:
        template: "true"
      name: test