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

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorris authored Jul 1, 2022
1 parent 09fede1 commit 04935cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
api-gateway-image: "hashicorppreview/consul-api-gateway:0.4-dev"
consul-image: "hashicorp/consul:1.11"
envoy-image: "envoyproxy/envoy:v1.20-latest"
consul-k8s-version: refs/tags/v0.45.0
consul-k8s-version: "charts/capigw-controller-clusterrole-referencegrants"
- name: "consul@v1.12 + consul-k8s@v0.45.0"
api-gateway-image: "hashicorppreview/consul-api-gateway:0.4-dev"
consul-image: "hashicorp/consul:1.12"
envoy-image: "envoyproxy/envoy:v1.22-latest"
consul-k8s-version: refs/tags/v0.45.0
consul-k8s-version: "charts/capigw-controller-clusterrole-referencegrants"
fail-fast: true
name: "${{ matrix.cluster-type }} - ${{ matrix.config.name }}"
concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conformance_with_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
api-gateway-image: "consul-api-gateway:local-build"
consul-image: "hashicorp/consul:1.11"
envoy-image: "envoyproxy/envoy:v1.20-latest"
consul-k8s-version: charts/capigw-controller-clusterrole-referencegrants
consul-k8s-version: "charts/capigw-controller-clusterrole-referencegrants"
- name: "consul@v1.12 + consul-k8s@v0.45.0"
api-gateway-image: "consul-api-gateway:local-build"
consul-image: "hashicorp/consul:1.12"
envoy-image: "envoyproxy/envoy:v1.22-latest"
consul-k8s-version: charts/capigw-controller-clusterrole-referencegrants
consul-k8s-version: "charts/capigw-controller-clusterrole-referencegrants"
fail-fast: true
name: "${{ matrix.config.name }}"

Expand Down

0 comments on commit 04935cd

Please sign in to comment.