add comment about ghost url
This commit is contained in:
parent
7cc78b554c
commit
f2bcdfc575
3 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ type: application
|
|||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
|
||||
# renovate: image=docker.io/ghost
|
||||
appVersion: "6.0.10"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# ghost
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
A Helm chart for deploying Ghost on Kubernetes
|
||||
|
||||
|
@ -55,7 +55,7 @@ A Helm chart for deploying Ghost on Kubernetes
|
|||
| ghost.smtp.secretKeys.protocol | string | `""` | Key in existing Kubernetes Secret with the smtp protocol. |
|
||||
| ghost.smtp.secretKeys.username | string | `""` | Key in existing Kubernetes Secret with the smtp username. |
|
||||
| ghost.smtp.username | string | `""` | smtp username. ignored if existingSecret not "" |
|
||||
| ghost.url | string | `""` | public url of the ghost blog |
|
||||
| ghost.url | string | `""` | public url of the ghost blog (must include http:// or https://) |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | This sets the pull policy for images. |
|
||||
| image.repository | string | `"ghost"` | image repo |
|
||||
| image.tag | string | `""` | |
|
||||
|
|
|
@ -176,7 +176,7 @@ externalDatabase:
|
|||
database: ""
|
||||
|
||||
ghost:
|
||||
# -- public url of the ghost blog
|
||||
# -- public url of the ghost blog (must include http:// or https://)
|
||||
url: ""
|
||||
|
||||
# -- title of your ghost blog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue