post: Dynamic environments per branch with ArgoCD
post: add onw todo point
This commit is contained in:
@ -46,9 +46,9 @@ spec:
|
||||
resources:
|
||||
{{- toYaml .Values.rclone.container.resources | nindent 12 }}
|
||||
- name: {{ .Values.hugo.container.name }}
|
||||
env:
|
||||
env:
|
||||
{{- range $key, $value := .Values.hugo.env}}
|
||||
- key: {{ $key }}
|
||||
- name: {{ $key }}
|
||||
value: {{ $value }}
|
||||
{{- end}}
|
||||
args:
|
||||
|
Reference in New Issue
Block a user