Merge pull request #82 from DirectXMan12/deploy/tmp-emptydir

Explicitly mount /tmp as an emptyDir
This commit is contained in:
Solly Ross 2018-06-30 21:33:38 -04:00 committed by GitHub
commit 0fa468ac87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,8 @@ spec:
- mountPath: /etc/adapter/
name: config
readOnly: true
- mountPath: /tmp
name: tmp-vol
volumes:
- name: volume-serving-cert
secret:
@ -46,3 +48,5 @@ spec:
- name: config
configMap:
name: adapter-config
- name: tmp-vol
emptyDir: {}