rancher-partner-charts/charts/f5/nginx-ingress/templates/controller-leader-election-...

12 lines
366 B
YAML
Raw Normal View History

2021-09-23 08:42:16 +00:00
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "nginx-ingress.leaderElectionName" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "nginx-ingress.labels" . | nindent 4 }}
{{- if .Values.controller.reportIngressStatus.annotations }}
annotations:
{{ toYaml .Values.controller.reportIngressStatus.annotations | indent 4 }}
{{- end }}