github.com/nginxinc/kubernetes-ingress@v1.12.5/deployments/helm-chart/templates/controller-leader-election-configmap.yaml (about) 1 apiVersion: v1 2 kind: ConfigMap 3 metadata: 4 name: {{ include "nginx-ingress.leaderElectionName" . }} 5 namespace: {{ .Release.Namespace }} 6 labels: 7 {{- include "nginx-ingress.labels" . | nindent 4 }} 8 {{- if .Values.controller.reportIngressStatus.annotations }} 9 annotations: 10 {{ toYaml .Values.controller.reportIngressStatus.annotations | indent 4 }} 11 {{- end }}