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 c55be3e commit 9e8ca44Copy full SHA for 9e8ca44
Istio/DestinationRule/subsets.yaml
@@ -1,3 +1,4 @@
1
+---
2
apiVersion: networking.istio.io/v1beta1
3
kind: DestinationRule
4
metadata:
bin/test.sh
@@ -98,5 +98,5 @@ setup_colors
98
99
(
100
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
+ comm -3 <(find . | grep yaml$ | sort) <(cat .kubeconform-ignore | sort) | xargs -n1 kubeconform --strict -ignore-missing-schemas -kubernetes-version $k8s_version
102
)
0 commit comments