Skip to content
Snippets Groups Projects
Commit d843e3d5 authored by Oleg Vyukov's avatar Oleg Vyukov Committed by Matthew Mosesohn
Browse files

Fix indent Custom ConfigMap ingress-nginx (#2447)

parent d8d5474d
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ metadata:
labels:
k8s-app: ingress-nginx
data:
{{ ingress_nginx_configmap | to_nice_yaml }}
{{ ingress_nginx_configmap | to_nice_yaml | indent(2) }}
......@@ -7,4 +7,4 @@ metadata:
labels:
k8s-app: ingress-nginx
data:
{{ ingress_nginx_configmap_tcp_services | to_nice_yaml }}
{{ ingress_nginx_configmap_tcp_services | to_nice_yaml | indent(2) }}
......@@ -7,4 +7,4 @@ metadata:
labels:
k8s-app: ingress-nginx
data:
{{ ingress_nginx_configmap_udp_services | to_nice_yaml }}
{{ ingress_nginx_configmap_udp_services | to_nice_yaml | indent(2) }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment