Skip to content

Commit

Permalink
Middleware*: Fix indentation
Browse files Browse the repository at this point in the history
Fix some indentation issues.

Signed-off-by: David Weinehall <[email protected]>
  • Loading branch information
taotriad committed Dec 27, 2024
1 parent 28a8911 commit 9f42c8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions views/Middleware.traefik.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ infoview:
header: [["C", ["main", "infoheader_shortcut"]],
["hain:", ["main", "infoheader"]]]
paths:
- path: "spec#chain#middlewares"
pathtype: "items"
subpaths:
- subpath: "namespace"
fallback_path: "metadata#namespace"
- "name"
- path: "spec#chain#middlewares"
pathtype: "items"
subpaths:
- subpath: "namespace"
fallback_path: "metadata#namespace"
- "name"
default: ["<empty>"]
formatter: "list"
formatting:
Expand Down Expand Up @@ -223,9 +223,9 @@ infoview:
ip_allow_list:
header: [["IP Allowlist:", ["main", "infoheader"]]]
paths:
- path: "spec#ipAllowList#sourceRange"
pathtype: "list"
default: ["<unset>"]
- path: "spec#ipAllowList#sourceRange"
pathtype: "list"
default: ["<unset>"]
formatter: "address"
redirect_scheme_header:
header: [["Redirect Scheme:", ["main", "infoheader"]]]
Expand Down
4 changes: 2 additions & 2 deletions views/MiddlewareTCP.traefik.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ infoview:
ip_allow_list:
header: [["IP Allowlist:", ["main", "infoheader"]]]
paths:
- path: "spec#ipAllowList#sourceRange"
pathtype: "list"
- path: "spec#ipAllowList#sourceRange"
pathtype: "list"
formatter: "address"

0 comments on commit 9f42c8c

Please sign in to comment.