Correct typos in examples

This commit is contained in:
ron1
2020-11-19 05:57:34 -05:00
parent c39b923ff4
commit ade52e7e07
24 changed files with 110 additions and 149 deletions

View File

@@ -1,4 +1,4 @@
# Helm External Example
# Multi-Cluster Helm External Example
This example will deploy the [Kubernetes sample guestbook](https://github.com/kubernetes/examples/tree/master/guestbook/) application as
packaged as a Helm chart downloaded from a third party source.
@@ -17,10 +17,10 @@ metadata:
name: helm-external
namespace: fleet-local
spec:
repo: https://github.com/rancher/fleet-examples/
repo: https://github.com/rancher/fleet-examples
paths:
- helm-external
targetCustomizations:
- multi-cluster/helm-external
targets:
- name: dev
clusterSelector:
matchLabels:

View File

@@ -1,4 +1,4 @@
# Helm Kustomize Example
# Multi-Cluster Helm Kustomize Example
This example will deploy the [Kubernetes sample guestbook](https://github.com/kubernetes/examples/tree/master/guestbook/) application as
packaged as a Helm chart downloaded from a third party source and will modify the helm chart using Kustomize.
@@ -17,10 +17,10 @@ metadata:
name: helm-kustomize
namespace: fleet-local
spec:
repo: https://github.com/rancher/fleet-examples/
repo: https://github.com/rancher/fleet-examples
paths:
- helm-kustomize
targetCustomizations:
- multi-cluster/helm-kustomize
targets:
- name: dev
clusterSelector:
matchLabels:

View File

@@ -1,4 +1,4 @@
# Helm Example
# Multi-Cluster Helm Example
This example will deploy the [Kubernetes sample guestbook](https://github.com/kubernetes/examples/tree/master/guestbook/) application as
packaged as a Helm chart.
@@ -17,10 +17,10 @@ metadata:
name: helm
namespace: fleet-local
spec:
repo: https://github.com/rancher/fleet-examples/
repo: https://github.com/rancher/fleet-examples
paths:
- helm
targetCustomizations:
- multi-cluster/helm
targets:
- name: dev
clusterSelector:
matchLabels:

View File

@@ -1,4 +1,4 @@
# Helm Example
# Multi-Cluster Kustomize Example
This example will deploy the [Kubernetes sample guestbook](https://github.com/kubernetes/examples/tree/master/guestbook/) application
using kustomize. The app will be deployed into the `fleet-mc-kustomize-example` namespace.
@@ -16,10 +16,10 @@ metadata:
name: kustomize
namespace: fleet-local
spec:
repo: https://github.com/rancher/fleet-examples/
bundleDirs:
- kustomize
targetCustomization:
repo: https://github.com/rancher/fleet-examples
paths:
- multi-cluster/kustomize
targets:
- name: dev
clusterSelector:
matchLabels:

View File

@@ -1,2 +0,0 @@
resources:
- overlays/dev

View File

@@ -1,4 +1,4 @@
# Manifests Example
# Multi-Cluster Manifests Example
This example will deploy the [Kubernetes sample guestbook](https://github.com/kubernetes/examples/tree/master/guestbook/) application.
The app will be deployed into the `fleet-mc-manifest-example` namespace.
@@ -16,10 +16,10 @@ metadata:
name: manifests
namespace: fleet-local
spec:
repo: https://github.com/rancher/fleet-examples/
bundleDirs:
- manifests
targetCustomizations:
repo: https://github.com/rancher/fleet-examples
paths:
- multi-cluster/manifests
targets:
- name: dev
clusterSelector:
matchLabels: