[foundryvtt] Fix typo on spelling of foundry (#1018)

* Fix typo on spelling of foundry
This commit is contained in:
Nat Allan 2021-06-18 16:33:11 +10:00 committed by GitHub
parent 57c7d7b2fd
commit 6a122a3153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ excluded-charts:
- charts/stable/ser2sock - charts/stable/ser2sock
- charts/stable/zalando-postgres-cluster - charts/stable/zalando-postgres-cluster
- charts/stable/zigbee2mqtt - charts/stable/zigbee2mqtt
- charts/stable/founderyvtt - charts/stable/foundryvtt
- charts/stable/pod-gateway - charts/stable/pod-gateway
chart-repos: chart-repos:
- bitnami=https://charts.bitnami.com/bitnami - bitnami=https://charts.bitnami.com/bitnami

View File

@ -80,7 +80,7 @@ N/A
| image.repository | string | `"felddy/foundryvtt"` | image repository | | image.repository | string | `"felddy/foundryvtt"` | image repository |
| image.tag | string | `"0.8.3"` | image tag | | image.tag | string | `"0.8.3"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. Founderyvtt is hardcoded to use /data for its persistance for config | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. Foundryvtt is hardcoded to use /data for its persistance for config |
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. | | service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
| strategy.type | string | `"Recreate"` | | | strategy.type | string | `"Recreate"` | |

View File

@ -38,7 +38,7 @@ ingress:
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
# Founderyvtt is hardcoded to use /data for its persistance for config # Foundryvtt is hardcoded to use /data for its persistance for config
persistence: persistence:
data: data:
enabled: false enabled: false