Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Install Consul from Helm repository for conformance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman authored and mikemorris committed Jun 1, 2022
1 parent c8dd3ef commit c697d0e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,12 @@ jobs:
# Clone repos side-by-side:
# GITHUB_WORKSPACE/
# consul-api-gateway/
# consul-k8s/
# gateway-api/
- name: Checkout consul-api-gateway
uses: actions/checkout@v2
with:
path: "consul-api-gateway"

- name: Clone consul-k8s
uses: actions/checkout@v2
with:
repository: "hashicorp/consul-k8s"
path: "consul-k8s"

- name: Clone gateway-api
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -95,7 +88,8 @@ jobs:
- name: Install Consul
working-directory: "consul-api-gateway/internal/testing/conformance"
run: |
helm install --values ./consul-config.yaml consul $GITHUB_WORKSPACE/consul-k8s/charts/consul --create-namespace --namespace=consul
helm repo add hashicorp https://helm.releases.hashicorp.com
helm install --values ./consul-config.yaml consul hashicorp/consul --create-namespace --namespace=consul --version="0.43.0"
kubectl wait --for=condition=Ready --timeout=60s --namespace=consul pods --all
- name: Patch testing resources
Expand Down

0 comments on commit c697d0e

Please sign in to comment.