Skip to content

Commit

Permalink
Merge pull request #1996 from zalando-incubator/compliance-checker-de…
Browse files Browse the repository at this point in the history
…fault

Enable compliance checker by default
  • Loading branch information
szuecs authored Apr 11, 2019
2 parents 1d5a8a1 + 4397e7d commit 372847c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ image_policy: "trusted"
{{else}}
image_policy: "dev"
{{end}}
compliance_checker_enabled: "false"
compliance_checker_enabled: "true"

# Egress configuration
nat_cidr_blocks: "172.31.64.0/28,172.31.64.16/28,172.31.64.32/28"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var _ = framework.KubeDescribe("API Server webhook tests", func() {
})

It("Should not allow deployment using not trusted image [Image-Webhook] [Non-Compliant] [Zalando]", func() {
tag := "bc1a6fe-nottrusted"
tag := "bc1a6fe-nottrusted2"

nameprefix := "image-policy-webhook-test-non-compliant"
podname := fmt.Sprintf("image-webhook-policy-test-pod-%s", tag)
Expand Down

0 comments on commit 372847c

Please sign in to comment.