Add OUTLINE_* env vars to K8s spec and fix markmark blog impl to use FQ urls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user