You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/self-hosting/kubernetes.mdx
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ config:
101
101
102
102
### Default values
103
103
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:
105
105
106
106
```bash
107
107
# Specific version
@@ -115,7 +115,9 @@ helm show values oci://ghcr.io/triggerdotdev/charts/trigger \
115
115
116
116
### Custom values
117
117
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:
119
121
120
122
```yaml
121
123
# Generate new secrets with `openssl rand -hex 16`
0 commit comments