mirror of https://github.com/kubernetes/kops.git
Remove tmp volume as well as mount
This commit is contained in:
parent
b4bfdcbfac
commit
d15971e240
|
|
@ -214,9 +214,6 @@ spec:
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
dnsPolicy: Default
|
dnsPolicy: Default
|
||||||
volumes:
|
volumes:
|
||||||
# Workaround for 1.3.1 bug, can be removed after bumping to 1.4+. See: https://github.com/coredns/coredns/pull/2529
|
|
||||||
- name: tmp
|
|
||||||
emptyDir: {}
|
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: coredns
|
name: coredns
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue