mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Fix ghost domain var name
This commit is contained in:
@@ -10,7 +10,7 @@ spec:
|
||||
- name: ghost
|
||||
env:
|
||||
- name: url
|
||||
value: https://${GHOST_URL}
|
||||
value: https://${GHOST_DOMAIN}
|
||||
volumeMounts:
|
||||
- name: ghost-content
|
||||
mountPath: /var/lib/ghost/content
|
||||
|
||||
Reference in New Issue
Block a user