mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +00:00
Fix: Homer values
This commit is contained in:
parent
ea8e167340
commit
6086913e2a
1 changed files with 157 additions and 155 deletions
|
@ -15,10 +15,12 @@ ingress:
|
||||||
|
|
||||||
configmap:
|
configmap:
|
||||||
# -- Store homer configuration as a ConfigMap
|
# -- Store homer configuration as a ConfigMap
|
||||||
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
# -- Homer configuration. See [image documentation](https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md) for more information.
|
# -- Homer configuration. See [image documentation](https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md) for more information.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
config: |
|
data:
|
||||||
|
config.yml: |
|
||||||
---
|
---
|
||||||
title: "Hive Dashboard"
|
title: "Hive Dashboard"
|
||||||
subtitle: "Homer on the Hive"
|
subtitle: "Homer on the Hive"
|
||||||
|
|
Loading…
Reference in a new issue