Skip to content

Commit

Permalink
chore: remove plain text connection string from mongodb example (keda…
Browse files Browse the repository at this point in the history
…core#1219)

Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer authored Sep 12, 2023
1 parent f398b1a commit d3bc69f
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion content/docs/2.1/scalers/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ spec:
- name: mongodb-update
image: 1314520999/mongodb-update:latest
args:
- --connectStr=mongodb://test_user:[email protected]:27017/test
- --dataBase=test
- --collection=test_collection
imagePullPolicy: IfNotPresent
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.10/scalers/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ spec:
- name: mongodb-update
image: 1314520999/mongodb-update:latest
args:
- --connectStr=mongodb://test_user:[email protected]:27017/test
- --dataBase=test
- --collection=test_collection
imagePullPolicy: IfNotPresent
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.11/scalers/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ spec:
- name: mongodb-update
image: 1314520999/mongodb-update:latest
args:
- --connectStr=mongodb://test_user:[email protected]:27017/test
- --dataBase=test
- --collection=test_collection
imagePullPolicy: IfNotPresent
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.12/scalers/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ spec:
- name: mongodb-update
image: 1314520999/mongodb-update:latest
args:
- --connectStr=mongodb://test_user:[email protected]:27017/test
- --dataBase=test
- --collection=test_collection
imagePullPolicy: IfNotPresent
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.2/scalers/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ spec:
- name: mongodb-update
image: 1314520999/mongodb-update:latest
args:
- --connectStr=mongodb://test_user:[email protected]:27017/test
- --dataBase=test
- --collection=test_collection
imagePullPolicy: IfNotPresent
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.3/scalers/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ spec:
- name: mongodb-update
image: 1314520999/mongodb-update:latest
args:
- --connectStr=mongodb://test_user:[email protected]:27017/test
- --dataBase=test
- --collection=test_collection
imagePullPolicy: IfNotPresent
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.4/scalers/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ spec:
- name: mongodb-update
image: 1314520999/mongodb-update:latest
args:
- --connectStr=mongodb://test_user:[email protected]:27017/test
- --dataBase=test
- --collection=test_collection
imagePullPolicy: IfNotPresent
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.5/scalers/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ spec:
- name: mongodb-update
image: 1314520999/mongodb-update:latest
args:
- --connectStr=mongodb://test_user:[email protected]:27017/test
- --dataBase=test
- --collection=test_collection
imagePullPolicy: IfNotPresent
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.6/scalers/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ spec:
- name: mongodb-update
image: 1314520999/mongodb-update:latest
args:
- --connectStr=mongodb://test_user:[email protected]:27017/test
- --dataBase=test
- --collection=test_collection
imagePullPolicy: IfNotPresent
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.7/scalers/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ spec:
- name: mongodb-update
image: 1314520999/mongodb-update:latest
args:
- --connectStr=mongodb://test_user:[email protected]:27017/test
- --dataBase=test
- --collection=test_collection
imagePullPolicy: IfNotPresent
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.8/scalers/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ spec:
- name: mongodb-update
image: 1314520999/mongodb-update:latest
args:
- --connectStr=mongodb://test_user:[email protected]:27017/test
- --dataBase=test
- --collection=test_collection
imagePullPolicy: IfNotPresent
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.9/scalers/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ spec:
- name: mongodb-update
image: 1314520999/mongodb-update:latest
args:
- --connectStr=mongodb://test_user:[email protected]:27017/test
- --dataBase=test
- --collection=test_collection
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit d3bc69f

Please sign in to comment.