Skip to content

Commit

Permalink
Merge pull request #8 from pcnfernando/master
Browse files Browse the repository at this point in the history
Update sample deploying command
  • Loading branch information
mohanvive authored Apr 13, 2019
2 parents da6f5ef + c12fe46 commit 1827e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Supported Version: nginx 0.22.0
## Testing a sample

1. Execute the below command to create a sample siddhi deployment.
`kubectl create -f ./deploy/crd/example-siddhi-app.yaml`
`kubectl create -f ./deploy/crds/example-siddhi-deployment.yaml`

Siddhi Operator would create a Siddhi-Runner deployment with the Siddhi app deployed through the example-siddhi-app CRD, a service, and an ingress to expose the http endpoint which is in the Siddhi sample.

Expand Down
2 changes: 1 addition & 1 deletion siddhi-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>io.siddhi.operator</groupId>
<artifactId>siddhi.parser</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>Siddhi Operator Parser Service</name>

<dependencies>
Expand Down

0 comments on commit 1827e18

Please sign in to comment.