fix: badge and add an annotation to istio resource
This commit is contained in:
@ -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 }}
|
||||
|
Reference in New Issue
Block a user