Skip to content

Commit

Permalink
fix(chart): temporarily change volume type to emptyDir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jian Zeng committed Dec 21, 2020
1 parent 46853ba commit d096a55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifests/cyclone/templates/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ spec:
path: /etc/localtime
type: File
- name: cyclone-data
persistentVolumeClaim:
claimName: cyclone-server-cyclone-data
emptyDir: {}
#persistentVolumeClaim:
# claimName: cyclone-server-cyclone-data

---
kind: Service
Expand Down

0 comments on commit d096a55

Please sign in to comment.