dynamic-charts #19
@ -2,5 +2,5 @@ apiVersion: v2
|
||||
name: badhouseplants-net
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.3.4
|
||||
version: 0.3.5
|
||||
appVersion: "1.16.0"
|
||||
|
@ -46,9 +46,9 @@ spec:
|
||||
resources:
|
||||
{{- toYaml .Values.rclone.container.resources | nindent 12 }}
|
||||
- name: {{ .Values.hugo.container.name }}
|
||||
env:
|
||||
- name: HUGO_BASEURL
|
||||
value: {{ .Values.hugo.env.HUGO_BASEURL }}
|
||||
args:
|
||||
- --baseURL
|
||||
- {{ .Values.hugo.baseURL }}
|
||||
volumeMounts:
|
||||
- name: {{ .Values.volumes.rclone.name }}
|
||||
mountPath: /src/static
|
||||
|
@ -33,8 +33,7 @@ hugo:
|
||||
repository: git.badhouseplants.net/allanger/badhouseplants-net
|
||||
pullPolicy: Always
|
||||
tag: latest
|
||||
env:
|
||||
HUGO_BASEURL: badhouseplants.net
|
||||
baseURL: badhouseplants.net
|
||||
|
||||
istio:
|
||||
enabled: true
|
||||
|
Reference in New Issue
Block a user