Skip to content

Commit

Permalink
Revert "add master-data pvc for etcd (openshift#65)"
Browse files Browse the repository at this point in the history
This reverts commit b3dde3a.
  • Loading branch information
mjudeikis committed Jul 18, 2018
1 parent f36e23e commit 9472dab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
7 changes: 3 additions & 4 deletions pkg/helm/chart/templates/Deployment.apps/master-etcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ spec:
- name: master-config
mountPath: /etc/etcd/
readOnly: true
- name: master-etcd
- name: master-data
mountPath: /var/lib/etcd/
volumes:
- name: master-config
secret:
secretName: etc-etcd
- name: master-etcd
persistentVolumeClaim:
claimName: master-etcd
- name: master-data
emptyDir: # TODO: BIG FAT WARNING, CHANGE THIS BEFORE PRODUCTION :)
11 changes: 0 additions & 11 deletions pkg/helm/chart/templates/PersistentVolumeClaim/master-etcd.yaml

This file was deleted.

0 comments on commit 9472dab

Please sign in to comment.