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