update env vars and how they render again

This commit is contained in:
jessebot
2024-12-29 23:26:24 +01:00
parent 386b87d5bb
commit 98d9d79588
4 changed files with 77 additions and 26 deletions
+5 -5
View File
@@ -78,11 +78,11 @@ data:
HORIZON_PREFIX="horizon-"
# activity pub
ACTIVITY_PUB="true"
AP_REMOTE_FOLLOW="true"
AP_SHAREDINBOX="true"
AP_INBOX="true"
AP_OUTBOX="true"
ACTIVITY_PUB={{ .Values.pixelfed.activity_pub.enabled | quote }}
AP_REMOTE_FOLLOW={{ .Values.pixelfed.activity_pub.remote_follow | quote }}
AP_SHAREDINBOX={{ .Values.pixelfed.activity_pub.sharedinbox | quote }}
AP_INBOX={{ .Values.pixelfed.activity_pub.inbox | quote }}
AP_OUTBOX={{ .Values.pixelfed.activity_pub.outbox | quote }}
# redis
{{- with .Values.externalValkey.host }}