diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 162bf229..a1908485 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -49,7 +49,6 @@ jobs: charm: [gateway, pilot] with: charm-path: ./charms/istio-${{ matrix.charm }} - model: kubeflow channel: latest/edge integration: diff --git a/charms/istio-gateway/terraform/README.md b/charms/istio-gateway/terraform/README.md index c48f92a7..79c546d7 100644 --- a/charms/istio-gateway/terraform/README.md +++ b/charms/istio-gateway/terraform/README.md @@ -2,8 +2,6 @@ This is a Terraform module facilitating the deployment of the istio-gateway charm, using the [Terraform juju provider](https://github.com/juju/terraform-provider-juju/). For more information, refer to the provider [documentation](https://registry.terraform.io/providers/juju/juju/latest/docs). -## Compatibility - ## Requirements This module requires a `juju` model to be available. Refer to the [usage section](#usage) below for more details. diff --git a/charms/istio-pilot/terraform/README.md b/charms/istio-pilot/terraform/README.md index d08fe5f7..b6925a45 100644 --- a/charms/istio-pilot/terraform/README.md +++ b/charms/istio-pilot/terraform/README.md @@ -2,8 +2,6 @@ This is a Terraform module facilitating the deployment of the istio-pilot charm, using the [Terraform juju provider](https://github.com/juju/terraform-provider-juju/). For more information, refer to the provider [documentation](https://registry.terraform.io/providers/juju/juju/latest/docs). -## Compatibility - ## Requirements This module requires a `juju` model to be available. Refer to the [usage section](#usage) below for more details.