Skip to content

Commit 08aca45

Browse files
Update content/integrate/redis-data-integration/data-pipelines/deploy.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent 1d62f9d commit 08aca45

File tree

1 file changed

+1
-1
lines changed
  • content/integrate/redis-data-integration/data-pipelines

1 file changed

+1
-1
lines changed

content/integrate/redis-data-integration/data-pipelines/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ kubectl create secret generic <DB> \
7575

7676
Where `<DB>` is either `source-db` for source secrets or `target-db` for target secrets.
7777

78-
If you use TLS or mTLS for either the source or target databases, you also need to create the `source-db-ssl` and / or `target-db-ssl` K8s secrets that contain the actual certificates used to establish secure connections. The general pattern of the commands is:
78+
If you use TLS or mTLS for either the source or target databases, you also need to create the `source-db-ssl` and/or `target-db-ssl` K8s secrets that contain the certificates used to establish secure connections. The general pattern of the commands is:
7979

8080
```bash
8181
kubectl create secret generic <DB>-ssl \

0 commit comments

Comments
 (0)