Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GitHub Mirror
containous
traefik
Commits
fb106871
Unverified
Commit
fb106871
authored
Jan 22, 2021
by
Anton Kulikov
Committed by
GitHub
Jan 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: YAML syntax in providers docs
parent
f0d78471
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
docs/check.Dockerfile
docs/check.Dockerfile
+1
-1
docs/content/providers/kubernetes-gateway.md
docs/content/providers/kubernetes-gateway.md
+1
-1
docs/docs.Dockerfile
docs/docs.Dockerfile
+1
-1
No files found.
docs/check.Dockerfile
View file @
fb106871
FROM
alpine:3.1
0
as alpine
FROM
alpine:3.1
3
as alpine
RUN
apk
--no-cache
--no-progress
add
\
libcurl
\
...
...
docs/content/providers/kubernetes-gateway.md
View file @
fb106871
...
...
@@ -145,7 +145,7 @@ _Optional, Default=empty_
```
yaml tab="File (YAML)"
providers:
kubernetesGateway:
token
=
"mytoken"
token
:
"mytoken"
# ...
```
...
...
docs/docs.Dockerfile
View file @
fb106871
FROM
alpine:3.1
2
FROM
alpine:3.1
3
ENV
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment