test volume

master
Marius Ensrud 5 years ago
parent ca1675b0dc
commit 0a5733a519

@ -54,7 +54,15 @@ spec:
mountPath: /var/spool/cups-pdf
- name: avahi
mountPath: /services
volumes:
- name: avahi
{{- if .Values.avahi }}
hostPath:
path: "/etc/avahi/services"
type: Directory
{{- else }}
emptyDir: {}
{{- end -}}
{{- if .Values.hostNetwork }}
hostNetwork: {{ .Values.hostNetwork }}
{{- end }}

Loading…
Cancel
Save