From 769c0c06244246f2a417a0e1f7a1ca7047c269fd Mon Sep 17 00:00:00 2001 From: Buddhi Date: Wed, 7 Aug 2019 23:57:35 +0530 Subject: [PATCH] Chnage cluster ID naming in samples --- deploy/examples/example-stateful-distributed-email-app.yaml | 2 +- deploy/examples/example-stateful-distributed-log-app.yaml | 2 +- deploy/examples/example-stateful-distributed-nats-app.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/examples/example-stateful-distributed-email-app.yaml b/deploy/examples/example-stateful-distributed-email-app.yaml index 61fe22e..a1c74dd 100644 --- a/deploy/examples/example-stateful-distributed-email-app.yaml +++ b/deploy/examples/example-stateful-distributed-email-app.yaml @@ -58,7 +58,7 @@ spec: # config: # bootstrapServers: # - "nats://siddhi-nats:4222" - # clusterID: siddhi-stan + # clusterId: siddhi-stan persistentVolume: accessModes: diff --git a/deploy/examples/example-stateful-distributed-log-app.yaml b/deploy/examples/example-stateful-distributed-log-app.yaml index cf9a04e..f9478b6 100644 --- a/deploy/examples/example-stateful-distributed-log-app.yaml +++ b/deploy/examples/example-stateful-distributed-log-app.yaml @@ -48,7 +48,7 @@ spec: # config: # bootstrapServers: # - "nats://nats-siddhi:4222" - # clusterID: stan-siddhi + # clusterId: stan-siddhi persistentVolume: accessModes: diff --git a/deploy/examples/example-stateful-distributed-nats-app.yaml b/deploy/examples/example-stateful-distributed-nats-app.yaml index 16a8f7a..611756f 100644 --- a/deploy/examples/example-stateful-distributed-nats-app.yaml +++ b/deploy/examples/example-stateful-distributed-nats-app.yaml @@ -48,7 +48,7 @@ spec: config: bootstrapServers: - "nats://nats-siddhi:4222" - clusterID: stan-siddhi + clusterId: stan-siddhi persistentVolume: accessModes: