Skip to content

Commit 1c9351b

Browse files
weltekialexellis
authored andcommitted
Fix indentation in yaml example
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 7fd5d35 commit 1c9351b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/openfaas-pro/iam/function-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Authentication can be enabled on a per function basis by setting the `jwt_auth`
1919
functions:
2020
figlet:
2121
skip_build: true
22-
image: ghcr.io/openfaas/figlet:latest
23-
environment:
24-
jwt_auth: true
22+
image: ghcr.io/openfaas/figlet:latest
23+
environment:
24+
jwt_auth: true
2525
```
2626
2727
!!! note

0 commit comments

Comments
 (0)