File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This repository describes the steps involved to deploy Redis Connect for DB2 in
44
55Overall flow:
661 . 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 >.
883 . Deploy the Redis Connect configuration to Kubernetes.
994 . Configure the Redis Connect deployment manifests.
10105 . 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```
5555The outcome is:
You can’t perform that action at this time.
0 commit comments