From 99ece012f3ba5652b14cfbe0dff6c52881439182 Mon Sep 17 00:00:00 2001 From: tssala23 Date: Mon, 6 Jan 2025 14:00:30 -0500 Subject: [PATCH] fix linting Signed-off-by: tssala23 --- custom-dns/base/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-dns/base/deployment.yaml b/custom-dns/base/deployment.yaml index 446776ff..694befca 100644 --- a/custom-dns/base/deployment.yaml +++ b/custom-dns/base/deployment.yaml @@ -20,7 +20,7 @@ spec: - name: coredns-openshift image: quay.io/openshift/origin-coredns:4.16 command: ["/usr/bin/coredns"] - args: ["-dns.port","8053","-conf","/etc/coredns/Corefile"] + args: ["-dns.port", "8053", "-conf", "/etc/coredns/Corefile"] securityContext: allowPrivilegeEscalation: false seccompProfile: