diff --git a/.github/workflows/unit-func-e2e-test.yaml b/.github/workflows/unit-func-e2e-test.yaml index 96e8d0098..9c95195f0 100644 --- a/.github/workflows/unit-func-e2e-test.yaml +++ b/.github/workflows/unit-func-e2e-test.yaml @@ -183,7 +183,7 @@ jobs: .github/scripts/cleanup_k8s_crds.sh shell: bash env: - KUBECONFIG: ${{ github.workspace }}/rke-cluster-for-cluster-api/rke/kube_config_cluster.yml + KUBECONFIG: rke-cluster-for-cluster-api/rke/kube_config_cluster.yml - name: Destroy cluster uses: ./rke-cluster-for-cluster-api/github_actions/destroy_cluster/ if: ${{ always() }} diff --git a/capm.yaml b/capm.yaml index d93335acc..6cb2ebd0d 100644 --- a/capm.yaml +++ b/capm.yaml @@ -349,6 +349,9 @@ spec: securityGroups: items: properties: + deleteDefaultOutboundRule: + description: Should the default allow all outbound rule be deleted + type: boolean description: description: The description of the security group type: string @@ -384,6 +387,9 @@ spec: resourceId: description: The security group rule id type: string + targetSecurityGroupName: + description: The name of the security group to use as target + type: string toPortRange: description: The end of the port range format: int32 diff --git a/test/e2e/data/infrastructure-outscale/infrastructure-components.yaml b/test/e2e/data/infrastructure-outscale/infrastructure-components.yaml index 5b33d0cb6..7372ab08b 100644 --- a/test/e2e/data/infrastructure-outscale/infrastructure-components.yaml +++ b/test/e2e/data/infrastructure-outscale/infrastructure-components.yaml @@ -207,6 +207,9 @@ spec: securityGroups: items: properties: + deleteDefaultOutboundRule: + description: Should the default allow all outbound rule be deleted + type: boolean description: description: The description of the security group type: string @@ -239,6 +242,9 @@ spec: resourceId: description: The security group rule id type: string + targetSecurityGroupName: + description: The name of the security group to use as target + type: string toPortRange: description: The end of the port range format: int32