Skip to content

Commit

Permalink
Merge pull request #78 from BuddhiWathsala/master
Browse files Browse the repository at this point in the history
Change cluster ID naming in samples
  • Loading branch information
pcnfernando authored Aug 7, 2019
2 parents 44cebfd + 769c0c0 commit c084511
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 c084511

Please sign in to comment.