mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[foundryvtt] Fix typo on spelling of foundry (#1018)
* Fix typo on spelling of foundry
This commit is contained in:
parent
57c7d7b2fd
commit
6a122a3153
2
.github/ct-install.yaml
vendored
2
.github/ct-install.yaml
vendored
@ -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
|
||||||
|
@ -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"` | |
|
||||||
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user