Skip to content

Commit

Permalink
fixing helm template
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfhostedPro committed Jun 16, 2024
1 parent 35a4641 commit 90f7ddc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/genius-core/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ spec:
{{- end }}
- name: RUST_LOG
value: {{ .Values.loglevel | quote }}
{{- if .Values.additionalEnv }}
{{ .Values.additionalEnv | toYaml . | nindent 12 }}
{{- with .Values.additionalEnv }}
{{ toYaml . | nindent 12 }}
{{- end}}
ports:
- name: grpc
Expand Down
2 changes: 1 addition & 1 deletion charts/genius-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,5 +255,5 @@ pdb:
## Note: Supports use of custom Helm templates
extraObjects: []

#additionalEnv:
additionalEnv: []
# key: value

0 comments on commit 90f7ddc

Please sign in to comment.