Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Typos is README and helm templates #130

Open
wotsyula opened this issue Sep 7, 2024 · 0 comments · May be fixed by #129
Open

[BUGFIX] Typos is README and helm templates #130

wotsyula opened this issue Sep 7, 2024 · 0 comments · May be fixed by #129

Comments

@wotsyula
Copy link

wotsyula commented Sep 7, 2024

Helm template is missing volumeMounts rendering helm property keepalivedTemplateFromConfigMap.

env:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.keepalivedTemplateFromConfigMap }}
- mountPath: /templates/
name: {{ .Values.keepalivedTemplateFromConfigMap }}
{{- end }}
name: {{ .Chart.Name }}

README does not show correct format. Config map index is keepalived.conf instead of keepalived-template.yamlkeepalived-template.yaml and is not indented.

apiVersion: v1
kind: ConfigMap
metadata:
name: keepalived-template
namespace: {{ .KeepalivedGroup.ObjectMeta.Namespace }}
labels:
keepalivedGroup: {{ .KeepalivedGroup.ObjectMeta.Name }}
data:
keepalived.conf: |
...

See: config/templates/keepalived-template.yaml

@wotsyula wotsyula linked a pull request Sep 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant