Skip to content

Commit

Permalink
Merge pull request #264 from sighupio/fix/add-forecastle-group-to-hub…
Browse files Browse the repository at this point in the history
…ble-ui

fix(templates/networking): add forecastle group to Hubble UI
  • Loading branch information
ralgozino authored Sep 26, 2024
2 parents b7da801 + 865fc05 commit 0e3275f
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ metadata:
cluster.kfd.sighup.io/useful-link.enable: "true"
annotations:
cluster.kfd.sighup.io/useful-link.url: https://{{ template "hubbleUrl" .spec }}
cluster.kfd.sighup.io/useful-link.name: "Cilium Hubble"
cluster.kfd.sighup.io/useful-link.name: "Cilium Hubble UI"
forecastle.stakater.com/expose: "true"
forecastle.stakater.com/appName: "Cilium Hubble"
forecastle.stakater.com/appName: "Cilium Hubble UI"
forecastle.stakater.com/icon: "https://cilium.io/static/hubble-light-1-812e65cbb72a7f4efed59fcea48df840.svg"
{{ if and (not .spec.distribution.modules.ingress.overrides.ingresses.forecastle.disableAuth) (eq .spec.distribution.modules.auth.provider.type "sso") }}
forecastle.stakater.com/group: "networking"
{{ end }}
{{ if not .spec.distribution.modules.networking.overrides.ingresses.hubble.disableAuth }}{{ template "ingressAuth" . }}{{ end }}
{{ template "certManagerClusterIssuer" . }}
name: hubble
Expand Down

0 comments on commit 0e3275f

Please sign in to comment.