Skip to content

Commit

Permalink
Merge branch 'main' into jm/NET-10194
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret authored Jul 25, 2024
2 parents bbec35c + 7086025 commit 38b67a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/consul/test/unit/dns-service.bats
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ load _helpers
.
}

@test "dns/Service: disable with dns.proxy.enabled set to true" {
cd `chart_dir`
assert_empty helm template \
-s templates/dns-service.yaml \
--set 'dns.enabled=true' \
--set 'dns.proxy.enabled=true' \
.
}

#--------------------------------------------------------------------
# annotations

Expand Down

0 comments on commit 38b67a8

Please sign in to comment.