We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3caa6 commit d1e8505Copy full SHA for d1e8505
1 file changed
infrastructure/root-appset.yaml
@@ -8,9 +8,10 @@ spec:
8
- git:
9
repoURL: https://github.com/mitchross/k3s-argocd-proxmox.git
10
revision: HEAD
11
- # Find all ApplicationSet files in the repository.
12
- files:
13
- - path: "**/*appset.yaml"
+ directories:
+ - path: infrastructure
+ - path: monitoring
14
+ - path: my-apps
15
template:
16
metadata:
17
name: '{{path.basename}}-app'
0 commit comments