fix: badge and add an annotation to istio resource

This commit is contained in:
Nikolai Rodionov
2023-02-26 10:06:41 +01:00
parent c1b7262a14
commit 1f3496d13a
6 changed files with 47 additions and 15 deletions

View File

@ -46,6 +46,11 @@ spec:
resources:
{{- toYaml .Values.rclone.container.resources | nindent 12 }}
- name: {{ .Values.hugo.container.name }}
env:
{{- range $key, $value := .Values.hugo.env}}
- key: {{ $key }}
value: {{ $value }}
{{- end}}
args:
- --baseURL
- {{ .Values.hugo.baseURL }}