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 +```