From a8d2af0628938d516a3d1f9f70f223fecac170a4 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Wed, 15 Nov 2023 10:59:48 +0100 Subject: [PATCH] skip: fix bundle definition --- .../integration/bundles/kfp_latest_edge.yaml.j2 | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/tests/integration/bundles/kfp_latest_edge.yaml.j2 b/tests/integration/bundles/kfp_latest_edge.yaml.j2 index c1569a7b..dd7a5709 100644 --- a/tests/integration/bundles/kfp_latest_edge.yaml.j2 +++ b/tests/integration/bundles/kfp_latest_edge.yaml.j2 @@ -5,10 +5,21 @@ applications: metacontroller-operator: { charm: ch:metacontroller-operator, channel: latest/edge, scale: 1, trust: true } minio: { charm: ch:minio, channel: latest/edge, scale: 1 } kfp-db: { charm: ch:mysql-k8s, channel: 8.0/stable, scale: 1, constraints: mem=2G, trust: true } - mlmd: { charm: ch:mlmd-operator, channel: latest/edge, scale: 1 } + mlmd: { charm: ch:mlmd, channel: latest/edge, scale: 1 } envoy: { charm: ch:envoy, channel: latest/edge, scale: 1 } - istio-pilot: { charm: ch:istio-pilot, channel: latest/edge, options: default-gateway=kubeflow-gateway, scale: 1 } - istio-ingressgateway: { charm: ch:istio-gateway, channel: latest/edge, scale: 1, options: kind=ingress, trust: true } + istio-pilot: + charm: ch:istio-pilot + channel: latest/edge + options: + default-gateway: kubeflow-gateway + scale: 1 + istio-ingressgateway: + charm: ch:istio-gateway + channel: latest/edge + scale: 1 + options: + kind: ingress + trust: true {%- if local_build == false %} kfp-api: { charm: ch:kfp-api, channel: latest/edge, scale: 1, trust: true} kfp-metadata-writer: { charm: ch:kfp-metadata-writer, channel: latest/edge, scale: 1, trust: true}