Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nvanthao committed Dec 30, 2024
1 parent c7370b5 commit deb3576
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions in-cluster/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,9 +502,10 @@ spec:
ignoreIfNoFiles: true
fileName: podlogs/coredns/coredns-*/coredns.log
outcomes:
- fail:
when: "true"
message: "CoreDNS reported missing nameserver configuration. Ensure /etc/resolv.conf has at least 1 'nameserver' configured"
- pass:
when: "false"
message: "CoreDNS found valid nameserver configuration"
- fail:
when: "true"
message: "CoreDNS reported missing nameserver configuration. Ensure /etc/resolv.conf has at least 1 'nameserver' configured"
- pass:
when: "false"
message: "CoreDNS found valid nameserver configuration"

0 comments on commit deb3576

Please sign in to comment.