We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772e377 commit c45ebb8Copy full SHA for c45ebb8
charts/opc-router/templates/deployment.yaml
@@ -98,6 +98,10 @@ spec:
98
- name: OR_IMPORT_RUNTIME_CONFIGURATION_FILE
99
value: "/data/project/{{ .Values.project.configPath }}"
100
{{- end }}
101
+ {{- if .Values.ingress.enabled }}
102
+ - name: ASPNETCORE_FORWARDEDHEADERS_ENABLED
103
+ value: "true"
104
+ {{- end }}
105
- name: OR_I_ACCEPT_EULA
106
value: {{ .Values.I_do_accept_the_EULA | quote }}
107
# Loading environment variables specified in the values file
0 commit comments