*: fix random typos

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-12-22 23:13:18 +01:00
parent 6dc2003e34
commit f557b2129f
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ AUTHENTIK_TAG=gh-next
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-next
```
Afterwards, run the upgrade commands from the latest releasae notes.
Afterwards, run the upgrade commands from the latest release notes.
</TabItem>
<TabItem value="kubernetes">
Add the following block to your `values.yml` file:
@ -38,6 +38,6 @@ image:
pullPolicy: Always
```
Afterwards, run the upgrade commands from the latest releasae notes.
Afterwards, run the upgrade commands from the latest release notes.
</TabItem>
</Tabs>