Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Owner is not displayed #1985

Open
DanielCastronovo opened this issue Jul 12, 2024 · 0 comments
Open

[BUG] Owner is not displayed #1985

DanielCastronovo opened this issue Jul 12, 2024 · 0 comments
Labels
bug Something isn't working customer request

Comments

@DanielCastronovo
Copy link

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
@moshloop moshloop added the bug Something isn't working label Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working customer request
Projects
None yet
Development

No branches or pull requests

2 participants