mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-10 03:58: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:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
volumeMounts:
|
||||
- name: tmp
|
||||
mountPath: /tmp
|
||||
args:
|
||||
{{- if .Values.autotls }}
|
||||
- -tls
|
||||
- -email={{ .Values.email }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
volumes:
|
||||
- name: tmp
|
||||
emptyDir: {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user