diff --git a/helm-charts/infisical-standalone-postgres/templates/infisical.yaml b/helm-charts/infisical-standalone-postgres/templates/infisical.yaml index 4727e20fd6..430fe3fd43 100644 --- a/helm-charts/infisical-standalone-postgres/templates/infisical.yaml +++ b/helm-charts/infisical-standalone-postgres/templates/infisical.yaml @@ -63,6 +63,10 @@ spec: - name: REDIS_URL value: {{ include "infisical.redisConnectionString" . }} {{- end }} + {{- if .Values.ingress.enabled }} + - name: SITE_URL + value: {{ .Values.ingress.hostName }} + {{- end }} envFrom: - secretRef: name: {{ $infisicalValues.kubeSecretRef }}