Skip to content
Snippets Groups Projects

Add extravolumes to Helm Chart

All threads resolved!
2 files
+ 5
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -121,6 +121,9 @@ spec:
{{- else }}
claimName: {{ include "aptly.fullname" . }}-data
{{- end }}
{{- if .Values.extraVolumes }}
{{- toYaml .Values.extraVolumes | nindent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Loading