Skip to content

Commit edbe1ea

Browse files
committed
Comment out kubeval validator
1 parent a9bdbd3 commit edbe1ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package-examples/nginx/Kptfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
- kpt-team@google.com
88
description: This is an example nginx package.
99
pipeline:
10-
validators:
11-
- image: gcr.io/kpt-fn/kubeval:v0.1
12-
configMap:
13-
strict: "true"
10+
validators: []
11+
# - image: gcr.io/kpt-fn/kubeval:v0.1
12+
# configMap:
13+
# strict: "true"

0 commit comments

Comments
 (0)