Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Nov 16, 2024
1 parent c592f2e commit 3dd9328
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-haproxy-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-nginx-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3dd9328

Please sign in to comment.