Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
fix the expected output of the jaeger-helm integration test
Browse files Browse the repository at this point in the history
we need to make this truly static in the future
  • Loading branch information
laverya committed Feb 2, 2019
1 parent bac3c7c commit 7e7989e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ spec:
volumeMounts:
- mountPath: /var/lib/cassandra
name: data
hostNetwork: false
terminationGracePeriodSeconds: 30
volumes:
- emptyDir: {}
Expand Down
1 change: 1 addition & 0 deletions integration/init/jaeger-helm/expected/rendered.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ spec:
volumeMounts:
- mountPath: /var/lib/cassandra
name: data
hostNetwork: false
terminationGracePeriodSeconds: 30
volumes:
- emptyDir: {}
Expand Down

0 comments on commit 7e7989e

Please sign in to comment.