mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-10 20:18:28 +00:00
Add the missing tmp folder required to make the caddy-ingress-controller work
This commit is contained in:
parent
d36dfde03f
commit
7ead55505b
@ -64,8 +64,14 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
|
volumeMounts:
|
||||||
|
- name: tmp
|
||||||
|
mountPath: /tmp
|
||||||
args:
|
args:
|
||||||
{{- if .Values.autotls }}
|
{{- if .Values.autotls }}
|
||||||
- -tls
|
- -tls
|
||||||
- -email={{ .Values.email }}
|
- -email={{ .Values.email }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
volumes:
|
||||||
|
- name: tmp
|
||||||
|
emptyDir: {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user