Skip to content

Commit 9e8ca44

Browse files
committed
Ignore missing schemas
1 parent c55be3e commit 9e8ca44

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Istio/DestinationRule/subsets.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
apiVersion: networking.istio.io/v1beta1
23
kind: DestinationRule
34
metadata:

bin/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ setup_colors
9898

9999
(
100100
cd ${abs_script_dir}/.. || exit 1
101-
comm -3 <(find . | grep yaml$ | sort) <(cat .kubeconform-ignore | sort) | xargs -n1 kubeconform --strict -kubernetes-version $k8s_version
101+
comm -3 <(find . | grep yaml$ | sort) <(cat .kubeconform-ignore | sort) | xargs -n1 kubeconform --strict -ignore-missing-schemas -kubernetes-version $k8s_version
102102
)

0 commit comments

Comments
 (0)