Skip to content

Commit 9b37276

Browse files
Add documentation for k8s secrets
1 parent d4c515d commit 9b37276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/deploy/kubernetes/configure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ To create a kubernetes secret you can use the following command:
10621062
kubectl create secret generic pgsql-secret --from-literal=password=YOUR_SECURE_PASSWORD_HERE
10631063
```
10641064

1065-
Then replace the password in the yaml files it's located in, based on the deployment method you're using.
1065+
Then replace the password in the yaml files it's located in, based on the deployment method you are using.
10661066
Below is the example Helm deployment files modified to reference this secret.
10671067

10681068
```yaml

0 commit comments

Comments
 (0)