Skip to content

[BUGFIX] Typos is README and helm templates #130

Description

@wotsyula

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions