mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/aspnet-core] Fix extra env vars and add ingress namespace (#10857)
Signed-off-by: Alberto Otero Lorenzo <lorenzoa@vmware.com>
This commit is contained in:
@@ -133,9 +133,8 @@ spec:
|
||||
- name: BITNAMI_DEBUG
|
||||
value: {{ .Values.image.debug | quote }}
|
||||
{{- end }}
|
||||
{{- range $key, $value := .Values.extraEnvVars }}
|
||||
- name: {{ $key }}
|
||||
value: "{{ $value }}"
|
||||
{{- if .Values.extraEnvVars }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- if or .Values.extraEnvVarsCM .Values.extraEnvVarsSecret }}
|
||||
envFrom:
|
||||
|
||||
Reference in New Issue
Block a user