diff --git a/.github/workflows/kube-linter.yaml b/.github/workflows/kube-linter.yaml index 907732fc29e..3498353bcdf 100644 --- a/.github/workflows/kube-linter.yaml +++ b/.github/workflows/kube-linter.yaml @@ -26,7 +26,7 @@ jobs: - name: Run kustomize build run: | - find argo-cd-apps components -name 'kustomization.yaml' \ + find argo-cd-apps components configs -name 'kustomization.yaml' \ ! -path '*/k-components/*' \ ! -path 'components/repository-validator/staging/*' \ ! -path 'components/repository-validator/production/*' \