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

@@ -165,7 +165,7 @@ spec:
serviceType: NodePort
name: .chart/9c24c039ba1d12c3cf62ee27ea13445e44c58e8d9e1df45d0a94a1bcc5a81566/guestbook/values.yaml
- content: |
# 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.
@@ -184,10 +184,10 @@ spec:
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

@@ -165,7 +165,7 @@ spec:
serviceType: NodePort
name: .chart/9c24c039ba1d12c3cf62ee27ea13445e44c58e8d9e1df45d0a94a1bcc5a81566/guestbook/values.yaml
- content: |
# 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.
@@ -184,10 +184,10 @@ spec:
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

@@ -16,7 +16,7 @@ spec:
appVersion: 0.0.0
name: Chart.yaml
- content: |
# 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.
@@ -35,10 +35,10 @@ spec:
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

@@ -9,7 +9,7 @@ spec:
namespace: fleet-mc-kustomize-example
resources:
- content: |
# 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.
@@ -27,10 +27,10 @@ spec:
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:
@@ -216,10 +216,6 @@ spec:
kustomize:
dir: overlays/prod
name: fleet.yaml
- content: |
resources:
- overlays/dev
name: kustomization.yaml
- content: |
resources:
- ../../base

View File

@@ -9,7 +9,7 @@ spec:
namespace: fleet-mc-manifest-example
resources:
- content: |
# 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.
@@ -27,10 +27,10 @@ spec:
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: