From 89f29f30c2af463a67bef7691d5da7ef051c3c95 Mon Sep 17 00:00:00 2001 From: Jason Gilfoil Date: Mon, 26 Feb 2024 03:45:58 +0000 Subject: [PATCH] adjust kubeform skip syntax --- scripts/kubeconform.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/kubeconform.sh b/scripts/kubeconform.sh index a6b84329..029d2a3e 100755 --- a/scripts/kubeconform.sh +++ b/scripts/kubeconform.sh @@ -12,11 +12,7 @@ kubeconform_args=( "-strict" "-ignore-missing-schemas" "-skip" - "Secret" - "-skip" - "ReplicationDestination" - "-skip" - "ReplicationSource" + "Secret,ReplicationDestination,ReplicationSource" "-schema-location" "default" "-schema-location"