Add OUTLINE_* env vars to K8s spec and fix markmark blog impl to use FQ urls

This commit is contained in:
2025-01-07 23:46:46 -05:00
parent 611b73c3c3
commit 005668b46f
2 changed files with 20 additions and 2 deletions

View File

@@ -110,3 +110,21 @@ spec:
name: garrettmills-dev-secrets
key: COREID_BASE
optional: false
- name: OUTLINE_API_URL
valueFrom:
secretKeyRef:
name: garrettmills-dev-secrets
key: OUTLINE_API_URL
optional: false
- name: OUTLINE_API_KEY
valueFrom:
secretKeyRef:
name: garrettmills-dev-secrets
key: OUTLINE_API_KEY
optional: false
- name: OUTLINE_MM_DOCUMENT_ID
valueFrom:
secretKeyRef:
name: garrettmills-dev-secrets
key: OUTLINE_MM_DOCUMENT_ID
optional: false