Hi,
i am installing HAPROXY latest version with helm.
helm install haproxy-kubernetes-ingress haproxytech/kubernetes-ingress -f values.yaml --namespace haproxy-controller
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /mnt/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /mnt/.kube/config
Error: INSTALLATION FAILED: template: kubernetes-ingress/templates/controller-service.yaml:17:14: executing “kubernetes-ingress/templates/controller-service.yaml” at <.Values.controller.service.enabled>: nil pointer evaluating interface {}.service
values.yaml content is as follows:
controller:
extraVolumes:
- name: haproxy-auxiliary-volume
configMap:
name: haproxy-auxiliary-configmap
extraVolumeMounts: - name: haproxy-auxiliary-volume
mountPath: /usr/local/etc/haproxy/haproxy-aux.cfg
subPath: haproxy-auxiliary.cfg
i am wondering how to fix it?
Best Regards,
Mayur