Skip to content

Commit 7c1be9b

Browse files
author
Brad Barnes
committed
fix readme
1 parent c29b8af commit 7c1be9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

connectors/db2/k8s-docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository describes the steps involved to deploy Redis Connect for DB2 in
44

55
Overall flow:
66
1. Clone the Redis Connect for db2 repository.
7-
2. Configure Redis Connect as in <a href="../demo/config/samples/db2" target="_blank">this set of docs</a>.
7+
2. Configure Redis Connect as in <a href="../demo/config/samples" target="_blank">this set of docs</a>.
88
3. Deploy the Redis Connect configuration to Kubernetes.
99
4. Configure the Redis Connect deployment manifests.
1010
5. Stage the Redis Connect job.
@@ -49,7 +49,7 @@ kubectl create configmap redis-connect-db2-config \
4949
--from-file=JobManager.yml=JobManager.yml \
5050
--from-file=env.yml=env.yml \
5151
--from-file=Setup.yml=Setup.yml \
52-
--from-file=mapper1.yml=mappers/mapper1.yml
52+
--from-file=mapper1.yml=mappers/mapper1.yml \
5353
--from-file=TaskCreator.yml=TaskCreator.yml
5454
```
5555
The outcome is:

0 commit comments

Comments
 (0)