Skip to content

Commit

Permalink
Fix secrets readme (#150)
Browse files Browse the repository at this point in the history
* Fix secrets readme

Signed-off-by: Annanay <annanay.a@media.net>
  • Loading branch information
annanay25 authored and jpkrohling committed Dec 3, 2018
1 parent 879039a commit a738c3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,12 @@ The secrets are available as environment variables in the (Collector/Query/All-I

[source,yaml]
----
storage:
type: elasticsearch
options:
es:
server-urls: http://elasticsearch:9200
secretName: jaeger-secrets
storage:
type: elasticsearch
options:
es:
server-urls: http://elasticsearch:9200
secretName: jaeger-secrets
----

The secret itself would be managed outside of the `jaeger-operator` CR.
Expand Down

0 comments on commit a738c3a

Please sign in to comment.