blob: 7f46791ecbb7fe4516657a8bdb883e0147c2b690 [file] [log] [blame]
Giorgi Lekveishvili725bb392023-05-05 18:24:27 +04001{{- if .Values.udp -}}
2apiVersion: v1
3kind: ConfigMap
4metadata:
5 labels:
6 {{- include "ingress-nginx.labels" . | nindent 4 }}
7 app.kubernetes.io/component: controller
8{{- if .Values.controller.udp.annotations }}
9 annotations: {{ toYaml .Values.controller.udp.annotations | nindent 4 }}
10{{- end }}
11 name: {{ include "ingress-nginx.fullname" . }}-udp
12 namespace: {{ .Release.Namespace }}
13data: {{ tpl (toYaml .Values.udp) . | nindent 2 }}
14{{- end }}