*: 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

@ -42,7 +42,7 @@ def ensure_certificate_valid(body: str):
@CELERY_APP.task(bind=True, base=MonitoredTask)
@prefill_task
def certificate_discovery(self: MonitoredTask):
"""Discover and update certificates form the filesystem"""
"""Discover, import and update certificates from the filesystem"""
certs = {}
private_keys = {}
discovered = 0

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>