update helm chart to support drafts
This commit is contained in:
@ -2,5 +2,5 @@ apiVersion: v2
|
||||
name: badhouseplants-net
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.3.5
|
||||
version: 0.3.6
|
||||
appVersion: "1.16.0"
|
||||
|
@ -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
|
||||
|
@ -34,6 +34,7 @@ hugo:
|
||||
pullPolicy: Always
|
||||
tag: latest
|
||||
baseURL: badhouseplants.net
|
||||
buildDrafts: false
|
||||
|
||||
istio:
|
||||
enabled: true
|
||||
|
Reference in New Issue
Block a user