We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1436a8 commit b7b7e55Copy full SHA for b7b7e55
acceptance.bats
@@ -358,10 +358,4 @@ resetCacheFolder() {
358
@test "passes when trying to use a CRD that does not have the JSONSchema set" {
359
run bash -c "bin/kubeconform -schema-location default -schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' fixtures/httpproxy.yaml"
360
[ "$status" -eq 0 ]
361
-}
362
-
363
-# https://github.com/yannh/kubeconform/pull/309
364
-@test "passes when validating duration not in ISO8601" {
365
- run bash -c "./bin/kubeconform -schema-location ./fixtures/grafanaalertrulegroup_v1beta1.json ./fixtures/grafana-alert-rule-group-sample.yaml"
366
- [ "$status" -eq 0 ]
367
+}
0 commit comments