Skip to content

Commit

Permalink
Fix jaeger-cassandra auth
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya committed Feb 21, 2025
1 parent b6e5f4e commit fd2610d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/supermq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ cassandra:
replicaCount: 3
dbUser:
user: cassandra
password: "password"
password: "cassandra"
image:
registry: docker.io
repository: bitnami/cassandra
Expand Down Expand Up @@ -554,7 +554,7 @@ jaeger:
port: 9042
keyspace: jaeger_v1_test
user: "cassandra"
password: "password"
password: "cassandra"
collector:
replicaCount: 1
resources:
Expand Down

0 comments on commit fd2610d

Please sign in to comment.