Skip to content

Commit b8ded45

Browse files
committed
small docs tweaks
1 parent 4ec6a03 commit b8ded45

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/self-hosting/kubernetes.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ config:
101101

102102
### Default values
103103

104-
The default values are insecure and are only suitable for testing. You _will_ need to configure your own secrets as a bare minimum. The following commands will display the default values:
104+
The following commands will display the default values:
105105

106106
```bash
107107
# Specific version
@@ -115,7 +115,9 @@ helm show values oci://ghcr.io/triggerdotdev/charts/trigger \
115115

116116
### Custom values
117117

118-
Create a `values-custom.yaml` file to override the default values. For example:
118+
The default values are insecure and are only suitable for testing. You will need to configure your own secrets as a bare minimum.
119+
120+
Create a `values-custom.yaml` file to override the defaults. For example:
119121

120122
```yaml
121123
# Generate new secrets with `openssl rand -hex 16`
@@ -403,6 +405,8 @@ kubectl delete namespace trigger
403405
- **Pods stuck pending**: Describe the pod and check the events
404406
- **Worker token issues**: Check webapp and supervisor logs for errors
405407

408+
See the [Docker troubleshooting](/self-hosting/docker#troubleshooting) section for more information.
409+
406410
## CLI usage
407411

408412
See the [Docker CLI usage](/self-hosting/docker#cli-usage) section, the commands are identical regardless of deployment method.

0 commit comments

Comments
 (0)