Skip to content

Commit

Permalink
🐛 Disabling dashboard ingressroute should delete it (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur authored Feb 10, 2023
1 parent 4ff6153 commit 55615b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ metadata:
name: {{ template "traefik.fullname" . }}-dashboard
namespace: {{ template "traefik.namespace" . }}
annotations:
helm.sh/hook: "post-install,post-upgrade"
meta.helm.sh/release-name: {{ .Release.Name }}
meta.helm.sh/release-namespace: {{ template "traefik.namespace" . }}
{{- with .Values.ingressRoute.dashboard.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
suite: Dashboard IngressRoute configuration
templates:
- dashboard-hook-ingressroute.yaml
- dashboard-ingressroute.yaml
tests:
- it: should allow disabling dashboard exposure using ingressRoute
set:
Expand Down

0 comments on commit 55615b9

Please sign in to comment.