Skip to content

Commit

Permalink
Chnage cluster ID naming in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddhiWathsala committed Aug 7, 2019
1 parent 543762d commit 769c0c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
# config:
# bootstrapServers:
# - "nats://siddhi-nats:4222"
# clusterID: siddhi-stan
# clusterId: siddhi-stan

persistentVolume:
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion deploy/examples/example-stateful-distributed-log-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
# config:
# bootstrapServers:
# - "nats://nats-siddhi:4222"
# clusterID: stan-siddhi
# clusterId: stan-siddhi

persistentVolume:
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion deploy/examples/example-stateful-distributed-nats-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
config:
bootstrapServers:
- "nats://nats-siddhi:4222"
clusterID: stan-siddhi
clusterId: stan-siddhi

persistentVolume:
accessModes:
Expand Down

0 comments on commit 769c0c0

Please sign in to comment.