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

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