Skip to content

Commit

Permalink
merge(#1325): [cadence] remove consistency default value
Browse files Browse the repository at this point in the history
  • Loading branch information
akijakya committed Aug 15, 2022
2 parents 526ff7a + 678a053 commit 5d51e7c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion cadence/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cadence
version: 0.23.0
version: 0.23.1
appVersion: 0.23.2
description: Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
icon: https://raw.githubusercontent.com/uber/cadence-web/master/client/assets/logo.svg
Expand Down
2 changes: 0 additions & 2 deletions cadence/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ server:
hosts: []
# port: 9042
keyspace: cadence
consistency: One
user: ""
password: ""

Expand All @@ -31,7 +30,6 @@ server:
hosts: []
# port: 9042
keyspace: cadence_visibility
consistency: One
user: ""
password: ""

Expand Down
2 changes: 0 additions & 2 deletions cadence/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ server:
user: ""
password: ""
existingSecret: ""
consistency: One
# datacenter: "us-east-1a"
# maxConns: 2

Expand Down Expand Up @@ -189,7 +188,6 @@ server:
user: ""
password: ""
existingSecret: ""
consistency: One
# datacenter: "us-east-1a"
# maxConns: 2

Expand Down
2 changes: 0 additions & 2 deletions cadence/values/values.cassandra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ server:
hosts: "cassandra-0.cassandra"
port: 9042
keyspace: "cadence"
consistency: "One"

# protoVersion is the protocol Version to connect to cassandra host.
# protoVersion: 4
Expand All @@ -24,7 +23,6 @@ server:
hosts: "cassandra-0.cassandra"
port: 9042
keyspace: "cadence_visibility"
consistency: "One"

# protoVersion is the protocol Version to connect to cassandra host.
# protoVersion: 4
Expand Down

0 comments on commit 5d51e7c

Please sign in to comment.