Skip to content
Snippets Groups Projects

chart: Add extra arguments in aptly-api container

Merged Pablo Vigo Mas requested to merge wip/pvigo/add-extra-args-values into collabora/production
All threads resolved!
2 files
+ 7
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -41,6 +41,9 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- -config=/aptly/config/aptly.conf
{{- if .Values.extraArgs }}
{{- toYaml .Values.extraArgs | nindent 12 }}
{{- end }}
ports:
- name: api
containerPort: 8080
Loading