Skip to content

Commit

Permalink
skip: fix bundle definition
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Nov 15, 2023
1 parent c9267be commit a8d2af0
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions tests/integration/bundles/kfp_latest_edge.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit a8d2af0

Please # to comment.