bundleDirs should be an array

This commit is contained in:
Darren Shepherd
2020-09-01 12:05:56 -07:00
parent 3614aa139d
commit 14b81f64b5
6 changed files with 18 additions and 12 deletions

View File

@@ -18,5 +18,6 @@ metadata:
namespace: fleet-local
spec:
repo: https://github.com/rancher/fleet-examples/
bundleDirs: helm-external
```
bundleDirs:
- helm-external
```

View File

@@ -18,5 +18,6 @@ metadata:
namespace: fleet-local
spec:
repo: https://github.com/rancher/fleet-examples/
bundleDirs: helm-kustomize
```
bundleDirs:
- helm-kustomize
```

View File

@@ -18,5 +18,6 @@ metadata:
namespace: fleet-local
spec:
repo: https://github.com/rancher/fleet-examples/
bundleDirs: helm
```
bundleDirs:
- helm
```

View File

@@ -17,5 +17,6 @@ metadata:
namespace: fleet-local
spec:
repo: https://github.com/rancher/fleet-examples/
bundleDirs: kustomize
```
bundleDirs:
- kustomize
```

View File

@@ -17,5 +17,6 @@ metadata:
namespace: fleet-local
spec:
repo: https://github.com/rancher/fleet-examples/
bundleDirs: manifests
```
bundleDirs:
- manifests
```

View File

@@ -11,5 +11,6 @@ metadata:
namespace: fleet-local
spec:
repo: https://github.com/rancher/fleet-examples/
bundleDirs: simple
```
bundleDirs:
- simple
```