forked from argoproj/argocd-example-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
71 lines (70 loc) · 1.6 KB
/
Copy pathvalues.yaml
File metadata and controls
71 lines (70 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
config:
spec:
destination:
server: https://kubernetes.default.svc
source:
repoURL: https://github.com/argoproj/argocd-example-apps
targetRevision: master
applications:
- name: applicationset
destination:
namespace: argocd
- name: blue-green
tool:
helm:
releaseName: blue-green
- name: guestbook
- name: helm-dependency
tool:
helm:
releaseName: helm-dependency
- name: helm-guestbook
tool:
helm:
releaseName: helm-guestbook
- name: helm-hooks
- name: jsonnet-guestbook
- name: jsonnet-guestbook-tla
- name: kustomize-guestbook
- name: plugin-kasane
path: plugins/kasane
tool:
plugin:
name: kasane
- name: plugin-kustomized-helm
path: plugins/kustomized-helm
tool:
plugin:
name: kustomized-helm
- name: plugin-nix
path: plugins/nix
tool:
plugin:
name: nix
- name: pre-post-sync
- name: sock-shop
- name: sync-waves
- name: app-any-ns
namespace: team-frontend
project: team-frontend
path: lightweight/app-a
destination:
namespace: team-frontend-apps
- name: app-any-ns
namespace: team-backend
project: team-backend
path: lightweight/app-a
destination:
namespace: team-backend-apps
- name: app-any-ns
namespace: team-platform
project: team-platform
path: lightweight/app-a
destination:
namespace: team-platform-apps
- name: app-any-ns-invalid
namespace: team-platform
project: team-backend
path: lightweight/app-a
destination:
namespace: team-backend-apps