bundleDirs should be an array
This commit is contained in:
@@ -18,5 +18,6 @@ metadata:
|
|||||||
namespace: fleet-local
|
namespace: fleet-local
|
||||||
spec:
|
spec:
|
||||||
repo: https://github.com/rancher/fleet-examples/
|
repo: https://github.com/rancher/fleet-examples/
|
||||||
bundleDirs: helm-external
|
bundleDirs:
|
||||||
```
|
- helm-external
|
||||||
|
```
|
||||||
|
|||||||
@@ -18,5 +18,6 @@ metadata:
|
|||||||
namespace: fleet-local
|
namespace: fleet-local
|
||||||
spec:
|
spec:
|
||||||
repo: https://github.com/rancher/fleet-examples/
|
repo: https://github.com/rancher/fleet-examples/
|
||||||
bundleDirs: helm-kustomize
|
bundleDirs:
|
||||||
```
|
- helm-kustomize
|
||||||
|
```
|
||||||
|
|||||||
@@ -18,5 +18,6 @@ metadata:
|
|||||||
namespace: fleet-local
|
namespace: fleet-local
|
||||||
spec:
|
spec:
|
||||||
repo: https://github.com/rancher/fleet-examples/
|
repo: https://github.com/rancher/fleet-examples/
|
||||||
bundleDirs: helm
|
bundleDirs:
|
||||||
```
|
- helm
|
||||||
|
```
|
||||||
|
|||||||
@@ -17,5 +17,6 @@ metadata:
|
|||||||
namespace: fleet-local
|
namespace: fleet-local
|
||||||
spec:
|
spec:
|
||||||
repo: https://github.com/rancher/fleet-examples/
|
repo: https://github.com/rancher/fleet-examples/
|
||||||
bundleDirs: kustomize
|
bundleDirs:
|
||||||
```
|
- kustomize
|
||||||
|
```
|
||||||
|
|||||||
@@ -17,5 +17,6 @@ metadata:
|
|||||||
namespace: fleet-local
|
namespace: fleet-local
|
||||||
spec:
|
spec:
|
||||||
repo: https://github.com/rancher/fleet-examples/
|
repo: https://github.com/rancher/fleet-examples/
|
||||||
bundleDirs: manifests
|
bundleDirs:
|
||||||
```
|
- manifests
|
||||||
|
```
|
||||||
|
|||||||
@@ -11,5 +11,6 @@ metadata:
|
|||||||
namespace: fleet-local
|
namespace: fleet-local
|
||||||
spec:
|
spec:
|
||||||
repo: https://github.com/rancher/fleet-examples/
|
repo: https://github.com/rancher/fleet-examples/
|
||||||
bundleDirs: simple
|
bundleDirs:
|
||||||
```
|
- simple
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user