We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eafe17 commit 8608bdeCopy full SHA for 8608bde
1 file changed
src/gitops/components/application/templates/applicationset-yaml.ts
@@ -7,17 +7,18 @@ spec:
7
generators:
8
- list:
9
elements:
10
- - cluster: "in-cluster"
+ - name: "myapp"
11
+ cluster: "in-cluster"
12
url: "https://kubernetes.default.svc"
13
template:
14
metadata:
15
name: "{{name}}-{{cluster}}"
16
spec:
- project: "default"
17
+ project: default
18
source:
- repoURL: "https://github.com/argoproj/argocd-example-apps"
19
+ repoURL: "https://"
20
targetRevision: HEAD
- path: "guestbook"
21
+ path: "."
22
destination:
23
server: "{{url}}"
24
namespace: "{{name}}"
0 commit comments