Skip to content

Commit

Permalink
Add TRUSTED_PROXY_IP
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahlee committed Jul 12, 2024
1 parent 4b6fd9f commit 501ce0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/configmap-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ data:
{{- with .Values.mastodon.streaming.base_url }}
STREAMING_API_BASE_URL: {{ . | quote }}
{{- end }}
{{- if .Values.mastodon.trusted_proxy_ip }}
TRUSTED_PROXY_IP: {{ .Values.mastodon.trusted_proxy_ip }}
{{ end }}
{{- if .Values.externalAuth.oidc.enabled }}
OIDC_ENABLED: {{ .Values.externalAuth.oidc.enabled | quote }}
OIDC_DISPLAY_NAME: {{ .Values.externalAuth.oidc.display_name }}
Expand Down

0 comments on commit 501ce0f

Please sign in to comment.