From 009d65b06f8cf31cc257bf7238aeacd90e08c2c1 Mon Sep 17 00:00:00 2001 From: Arun Date: Thu, 20 Jun 2024 18:51:22 +0530 Subject: [PATCH] action --- .github/workflows/action.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index 3b92580..2a4986e 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -38,10 +38,10 @@ jobs: helm lint kiem-job helm template kiem-job --dry-run > /dev/null - - name: Validate cis-k8s-job - run: | - helm lint cis-k8s-job - helm template cis-k8s-job --dry-run > /dev/null + # - name: Validate cis-k8s-job + # run: | + # helm lint cis-k8s-job + # helm template cis-k8s-job --dry-run > /dev/null helm_push_to_ecr: runs-on: ubuntu-latest