From 76bb2ef60cb585e04eb41bffb75b03c88815a4f3 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Mon, 17 Feb 2020 17:20:05 +0100 Subject: [PATCH] fix: dashboard example with k8s CRD. --- docs/content/operations/include-api-examples.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/operations/include-api-examples.md b/docs/content/operations/include-api-examples.md index 18fa46b65..efd160449 100644 --- a/docs/content/operations/include-api-examples.md +++ b/docs/content/operations/include-api-examples.md @@ -31,6 +31,8 @@ spec: services: - name: api@internal kind: TraefikService + middlewares: + - name: auth --- apiVersion: traefik.containo.us/v1alpha1 kind: Middleware