website/docs: configuration: fix typo in kubectl command (#10492)

This commit is contained in:
N4v41
2024-07-15 11:12:59 -03:00
committed by GitHub
parent e0a2bd2cd5
commit 7a74baaf8e

View File

@ -56,7 +56,7 @@ To check if your config has been applied correctly, you can run the following co
<TabItem value="kubernetes" label="Kubernetes">
```
kubectl exec -it deployment/authentik-worker -c authentik -- ak dump_config
kubectl exec -it deployment/authentik-worker -c worker -- ak dump_config
```
</TabItem>