From dc599469b67602dfbc5edd63df836693e3b26742 Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Fri, 17 Mar 2023 18:47:06 +0100 Subject: [PATCH] Test data was moved to fleet-test-data repo --- bundle-diffs/README.md | 1 - bundle-diffs/configmap.yaml | 6 ---- bundle-diffs/fleet.yaml | 14 --------- bundle-diffs/service.yaml | 13 -------- single-cluster/helm-oci-with-auth/fleet.yaml | 32 -------------------- single-cluster/helm-oci/fleet.yaml | 32 -------------------- 6 files changed, 98 deletions(-) delete mode 100644 bundle-diffs/README.md delete mode 100644 bundle-diffs/configmap.yaml delete mode 100644 bundle-diffs/fleet.yaml delete mode 100644 bundle-diffs/service.yaml delete mode 100644 single-cluster/helm-oci-with-auth/fleet.yaml delete mode 100644 single-cluster/helm-oci/fleet.yaml diff --git a/bundle-diffs/README.md b/bundle-diffs/README.md deleted file mode 100644 index a4e7bac..0000000 --- a/bundle-diffs/README.md +++ /dev/null @@ -1 +0,0 @@ -This folder contains an example to demonstrate and test [bundle-diffs](https://fleet.rancher.io/bundle-diffs/). diff --git a/bundle-diffs/configmap.yaml b/bundle-diffs/configmap.yaml deleted file mode 100644 index bed86fc..0000000 --- a/bundle-diffs/configmap.yaml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: app-config -data: - test: "value" diff --git a/bundle-diffs/fleet.yaml b/bundle-diffs/fleet.yaml deleted file mode 100644 index 3c72aac..0000000 --- a/bundle-diffs/fleet.yaml +++ /dev/null @@ -1,14 +0,0 @@ -namespace: bundle-diffs-example - -diff: - comparePatches: - - apiVersion: v1 - kind: ConfigMap - name: app-config - operations: - - {"op":"remove", "path":"/data"} - - apiVersion: v1 - kind: Service - name: sleeper - operations: - - {"op":"remove", "path":"/spec/ports"} diff --git a/bundle-diffs/service.yaml b/bundle-diffs/service.yaml deleted file mode 100644 index 425981f..0000000 --- a/bundle-diffs/service.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: app-service - labels: - env: test -spec: - ports: - - port: 6380 - targetPort: 6380 - name: required-name - selector: - env: test diff --git a/single-cluster/helm-oci-with-auth/fleet.yaml b/single-cluster/helm-oci-with-auth/fleet.yaml deleted file mode 100644 index 136729b..0000000 --- a/single-cluster/helm-oci-with-auth/fleet.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# This file and all contents in it are OPTIONAL. - -# The namespace this chart will be installed and restricted to, -# if not specified the chart will be installed to "default" -namespace: fleet-helm-oci-with-auth-example - -# Custom helm options -helm: - # The release name to use. If empty a generated release name will be used - releaseName: guestbook-private - - # The directory of the chart in the repo. Also any valid go-getter supported - # URL can be used there is specify where to download the chart from. - # If repo below is set this value if the chart name in the repo - chart: "oci://ghcr.io/fleetrepoci/guestbook-private" - - # An https to a valid Helm repository to download the chart from - repo: "" - - # Used if repo is set to look up the version of the chart - version: "0.0.0" - - # Force recreate resource that can not be updated - force: false - - # How long for helm to wait for the release to be active. If the value - # is less that or equal to zero, we will not wait in Helm - timeoutSeconds: 0 - - # Custom values that will be passed as values.yaml to the installation - values: - replicas: 2 diff --git a/single-cluster/helm-oci/fleet.yaml b/single-cluster/helm-oci/fleet.yaml deleted file mode 100644 index b558c0a..0000000 --- a/single-cluster/helm-oci/fleet.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# This file and all contents in it are OPTIONAL. - -# The namespace this chart will be installed and restricted to, -# if not specified the chart will be installed to "default" -namespace: fleet-helm-oci-example - -# Custom helm options -helm: - # The release name to use. If empty a generated release name will be used - releaseName: guestbook - - # The directory of the chart in the repo. Also any valid go-getter supported - # URL can be used there is specify where to download the chart from. - # If repo below is set this value if the chart name in the repo - chart: "oci://ghcr.io/fleetrepoci/guestbook" - - # An https to a valid Helm repository to download the chart from - repo: "" - - # Used if repo is set to look up the version of the chart - version: "0.0.0" - - # Force recreate resource that can not be updated - force: false - - # How long for helm to wait for the release to be active. If the value - # is less that or equal to zero, we will not wait in Helm - timeoutSeconds: 0 - - # Custom values that will be passed as values.yaml to the installation - values: - replicas: 2