Skip to content

Commit

Permalink
Update homer chart config-map values.yaml to match common library (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinastone authored Jan 30, 2024
1 parent 9effc81 commit 7e0372f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/homer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ N/A
|-----|------|---------|-------------|
| addons.codeserver.enabled | bool | `false` | Enable VS Code server addon. This allows for easy access to assets. |
| addons.codeserver.ingress | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the VS Code server under this key. |
| configmap.config.data | object | See [values.yaml](./values.yaml) | Homer configuration. [[ref]](https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md) |
| configMaps.config.data | object | See [values.yaml](./values.yaml) | Homer configuration. [[ref]](https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md) |
| configmap.config.enabled | bool | `false` | Store homer configuration as a ConfigMap |
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy |
| env | object | See [values.yaml](./values.yaml) | environment variables. |
Expand Down
2 changes: 1 addition & 1 deletion charts/homer/templates/common.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{/* Append the hardcoded settings */}}
{{- define "homer.harcodedValues" -}}
{{- if .Values.configmap.config.enabled }}
{{- if .Values.configMaps.config.enabled }}
{{/* Append the configMap volume to the volumes */}}
persistence:
config:
Expand Down
2 changes: 1 addition & 1 deletion charts/homer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ persistence:
# accessMode: ReadWriteOnce
# size: 1Gi

configmap:
configMaps:
config:
# -- Store homer configuration as a ConfigMap
enabled: false
Expand Down

0 comments on commit 7e0372f

Please sign in to comment.