From 14b81f64b5d33ca0783ceec4f7b8b6f9f41251a0 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Tue, 1 Sep 2020 12:05:56 -0700 Subject: [PATCH] bundleDirs should be an array --- helm-external/README.md | 5 +++-- helm-kustomize/README.md | 5 +++-- helm/README.md | 5 +++-- kustomize/README.md | 5 +++-- manifests/README.md | 5 +++-- simple/README.md | 5 +++-- 6 files changed, 18 insertions(+), 12 deletions(-) diff --git a/helm-external/README.md b/helm-external/README.md index 180602e..e1b676f 100644 --- a/helm-external/README.md +++ b/helm-external/README.md @@ -18,5 +18,6 @@ metadata: namespace: fleet-local spec: repo: https://github.com/rancher/fleet-examples/ - bundleDirs: helm-external -``` \ No newline at end of file + bundleDirs: + - helm-external +``` diff --git a/helm-kustomize/README.md b/helm-kustomize/README.md index 195e207..b6eea0e 100644 --- a/helm-kustomize/README.md +++ b/helm-kustomize/README.md @@ -18,5 +18,6 @@ metadata: namespace: fleet-local spec: repo: https://github.com/rancher/fleet-examples/ - bundleDirs: helm-kustomize -``` \ No newline at end of file + bundleDirs: + - helm-kustomize +``` diff --git a/helm/README.md b/helm/README.md index 37830d8..e55ca27 100644 --- a/helm/README.md +++ b/helm/README.md @@ -18,5 +18,6 @@ metadata: namespace: fleet-local spec: repo: https://github.com/rancher/fleet-examples/ - bundleDirs: helm -``` \ No newline at end of file + bundleDirs: + - helm +``` diff --git a/kustomize/README.md b/kustomize/README.md index 8717a01..3cf95eb 100644 --- a/kustomize/README.md +++ b/kustomize/README.md @@ -17,5 +17,6 @@ metadata: namespace: fleet-local spec: repo: https://github.com/rancher/fleet-examples/ - bundleDirs: kustomize -``` \ No newline at end of file + bundleDirs: + - kustomize +``` diff --git a/manifests/README.md b/manifests/README.md index 4185b36..a14beeb 100644 --- a/manifests/README.md +++ b/manifests/README.md @@ -17,5 +17,6 @@ metadata: namespace: fleet-local spec: repo: https://github.com/rancher/fleet-examples/ - bundleDirs: manifests -``` \ No newline at end of file + bundleDirs: + - manifests +``` diff --git a/simple/README.md b/simple/README.md index e3af027..dcd3f99 100644 --- a/simple/README.md +++ b/simple/README.md @@ -11,5 +11,6 @@ metadata: namespace: fleet-local spec: repo: https://github.com/rancher/fleet-examples/ - bundleDirs: simple -``` \ No newline at end of file + bundleDirs: + - simple +```