Skip to content

Commit

Permalink
Fix command to start ditto with another version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Maute committed May 21, 2021
1 parent e15ddb3 commit 9cda28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Ditto uses the `latest` tag for its images. If you want to use a different versi
```bash
kubectl apply -f deployment/kubernetes/deploymentFiles/ditto/
# Start ditto services with an alternative version e.g. 0-SNAPSHOT
# cat deployment/kubernetes/ditto/ditto-cluster.yaml | sed s/latest/0-SNAPSHOT/ | kubectl apply -f -
# cat deployment/kubernetes/deploymentFiles/ditto/ditto-cluster.yaml | sed s/latest/2.0.1/ | kubectl apply -f -
```

#### Start Swagger UI
Expand Down

0 comments on commit 9cda28e

Please sign in to comment.