Skip to content

Commit

Permalink
fixed host name
Browse files Browse the repository at this point in the history
Signed-off-by: 26tanishabanik <[email protected]>
  • Loading branch information
26tanishabanik committed Dec 8, 2022
1 parent e72f483 commit 6759246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/2.9/scalers/couchdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ triggers:
- type: couchdb
metadata:
connectionString: "http://admin:password@test-release-svc-couchdb.couchdb-test-ns.svc.cluster.local:5984/"
hostname: "test-release-svc-couchdb.couchdb-test-ns.svc.cluster.local"
host: "test-release-svc-couchdb.couchdb-test-ns.svc.cluster.local"
port: "5984"
dbName: "animals"
queryValue: "1"
Expand Down

0 comments on commit 6759246

Please sign in to comment.