We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c515d commit 9b37276Copy full SHA for 9b37276
docs/admin/deploy/kubernetes/configure.mdx
@@ -1062,7 +1062,7 @@ To create a kubernetes secret you can use the following command:
1062
kubectl create secret generic pgsql-secret --from-literal=password=YOUR_SECURE_PASSWORD_HERE
1063
```
1064
1065
-Then replace the password in the yaml files it's located in, based on the deployment method you're using.
+Then replace the password in the yaml files it's located in, based on the deployment method you are using.
1066
Below is the example Helm deployment files modified to reference this secret.
1067
1068
```yaml
0 commit comments