From 3dd9328d98c3cd7038455191477eae31f28d2b8e Mon Sep 17 00:00:00 2001 From: shahargl Date: Sat, 16 Nov 2024 10:58:54 +0200 Subject: [PATCH] feat: wip --- .github/workflows/test-haproxy-ingress.yml | 8 ++++++-- .github/workflows/test-nginx-ingress.yml | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-haproxy-ingress.yml b/.github/workflows/test-haproxy-ingress.yml index 698c00a..811b9af 100644 --- a/.github/workflows/test-haproxy-ingress.yml +++ b/.github/workflows/test-haproxy-ingress.yml @@ -95,9 +95,13 @@ jobs: enabled: true EOF - - name: Run chart-testing install + - name: Debug - Show test values + if: ${{ inputs.debug_enabled }} + run: cat debug/haproxy-values.yaml + + - name: Install Keep chart run: | - ct install --debug --config ct.yaml --namespace default --values haproxy-values.yaml + helm install keep ./charts/keep -f debug/haproxy-values.yaml - name: Wait for all pods run: | diff --git a/.github/workflows/test-nginx-ingress.yml b/.github/workflows/test-nginx-ingress.yml index c3140fa..584730c 100644 --- a/.github/workflows/test-nginx-ingress.yml +++ b/.github/workflows/test-nginx-ingress.yml @@ -35,9 +35,9 @@ jobs: npm install -g wscat sudo apt-get update && sudo apt-get install -y curl - - name: Create kind config - run: | - cat <<-EOF > kind-config.yaml + - name: Create kind config + run: | + cat <<-EOF > kind-config.yaml kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: