From 59fa0dcf4be9f5f66c1ec709d1ce5db62dd4e7d9 Mon Sep 17 00:00:00 2001 From: Leonardo Scalabrini Date: Tue, 24 Jun 2025 13:27:56 -0300 Subject: [PATCH] Testing Fleet + Appco + Istio --- appco/fleet.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 appco/fleet.yaml diff --git a/appco/fleet.yaml b/appco/fleet.yaml new file mode 100644 index 0000000..087b3ab --- /dev/null +++ b/appco/fleet.yaml @@ -0,0 +1,8 @@ +defaultNamespace: istio-system +helm: + releaseName: rancher-istio + chart: "oci://dp.apps.rancher.io/charts/istio" + version: "0.8.1" + force: false + timeoutSeconds: 0 + targetNamespace: istio-system \ No newline at end of file