update helm chart to support drafts
This commit is contained in:
@ -49,6 +49,9 @@ spec:
|
||||
args:
|
||||
- --baseURL
|
||||
- {{ .Values.hugo.baseURL }}
|
||||
{{- if .Values.hugo.buildDrafts }}
|
||||
- --buildDrafts
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- name: {{ .Values.volumes.rclone.name }}
|
||||
mountPath: /src/static
|
||||
|
Reference in New Issue
Block a user