Skip to content

Commit

Permalink
Merge pull request kubernetes#26258 from koep/examples_elasticsearch_fix
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Fix elasticsearch example volume descriptors

fixes kubernetes#26257
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
  • Loading branch information
Kubernetes Submit Queue authored Aug 3, 2016
2 parents 92cb46c + 58be483 commit 6b523ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions examples/elasticsearch/production_cluster/es-client-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ spec:
name: storage
volumes:
- name: storage
source:
emptyDir: {}
emptyDir: {}
3 changes: 1 addition & 2 deletions examples/elasticsearch/production_cluster/es-data-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ spec:
name: storage
volumes:
- name: storage
source:
emptyDir: {}
emptyDir: {}
3 changes: 1 addition & 2 deletions examples/elasticsearch/production_cluster/es-master-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ spec:
name: storage
volumes:
- name: storage
source:
emptyDir: {}
emptyDir: {}

0 comments on commit 6b523ce

Please sign in to comment.