fix: YAML syntax in providers docs

This commit is contained in:
Anton Kulikov 2021-01-22 11:02:04 +03:00 committed by GitHub
parent f0d78471af
commit fb10687168
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
FROM alpine:3.10 as alpine FROM alpine:3.13 as alpine
RUN apk --no-cache --no-progress add \ RUN apk --no-cache --no-progress add \
libcurl \ libcurl \

View file

@ -145,7 +145,7 @@ _Optional, Default=empty_
```yaml tab="File (YAML)" ```yaml tab="File (YAML)"
providers: providers:
kubernetesGateway: kubernetesGateway:
token = "mytoken" token: "mytoken"
# ... # ...
``` ```

View file

@ -1,4 +1,4 @@
FROM alpine:3.12 FROM alpine:3.13
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin