Correct typos in examples
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user