Skip to content

Commit

Permalink
fix accidental template tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Clarke committed Jul 20, 2017
1 parent c6b607a commit bf40421
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# zipkin-helm
A helm chart for zipkin


## usage

#### Adding the repo

`helm repo add zipkin-helm https://financial-times.github.io/zipkin-helm/docs`

`helm install -f my-cassandra-config.yaml .`
`helm install -f my-cassandra-config.yaml https://financial-times.github.io/zipkin-helm/docs/zipkin-helm-0.1.1.tgz`

See `example/cassandra.yaml` for example config file.
Binary file added docs/zipkin-helm-0.1.1.tgz
Binary file not shown.
1 change: 0 additions & 1 deletion templates/zipkin-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ spec:
release: {{ .Release.Name }}
spec:
containers:
{{}}
- name: {{ .Chart.Name }}
image: "docker.io/openzipkin/zipkin:{{ .Values.ui.imageVersion }}"
ports:
Expand Down

0 comments on commit bf40421

Please sign in to comment.