From 008f983b31c28d83e13ea1b27450b0a1ab359ec6 Mon Sep 17 00:00:00 2001 From: Leonardo Scalabrini Date: Mon, 30 Jun 2025 14:32:00 -0300 Subject: [PATCH] Comment changes --- appco/README.md | 17 +++++++++++++++++ appco/fleet.yaml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 appco/README.md diff --git a/appco/README.md b/appco/README.md new file mode 100644 index 0000000..736b2c0 --- /dev/null +++ b/appco/README.md @@ -0,0 +1,17 @@ +# AppCo Example + +This example will deploy the [Istio SUSE Application Collection](https://apps.rancher.io/applications/istio). +The app will be deployed into the `istio-system` namespace. + +```yaml +kind: GitRepo +apiVersion: fleet.cattle.io/v1alpha1 +metadata: + name: appcotest + namespace: fleet-local +spec: + repo: https://github.com/rancher/fleet-examples + branch: master + paths: + - appco +``` \ No newline at end of file diff --git a/appco/fleet.yaml b/appco/fleet.yaml index 087b3ab..bcf4ea7 100644 --- a/appco/fleet.yaml +++ b/appco/fleet.yaml @@ -5,4 +5,4 @@ helm: version: "0.8.1" force: false timeoutSeconds: 0 - targetNamespace: istio-system \ No newline at end of file + targetNamespace: istio-system