Skip to content

Commit d1e8505

Browse files
committed
Update root-appset.yaml
1 parent 4b3caa6 commit d1e8505

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

infrastructure/root-appset.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ spec:
88
- git:
99
repoURL: https://github.com/mitchross/k3s-argocd-proxmox.git
1010
revision: HEAD
11-
# Find all ApplicationSet files in the repository.
12-
files:
13-
- path: "**/*appset.yaml"
11+
directories:
12+
- path: infrastructure
13+
- path: monitoring
14+
- path: my-apps
1415
template:
1516
metadata:
1617
name: '{{path.basename}}-app'

0 commit comments

Comments
 (0)