Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: tssala23 <[email protected]>
  • Loading branch information
tssala23 committed Jan 6, 2025
1 parent ea6e6cc commit 99ece01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-dns/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 99ece01

Please sign in to comment.