File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -3,37 +3,37 @@ kind: Kustomization
3
3
4
4
namespace : argocd
5
5
resources :
6
- - https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml?ref=v2.7.3
6
+ - https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml?ref=v2.14.2
7
7
- namespace.yaml
8
8
- project.yaml
9
9
- domain-mapping.yaml
10
10
- sealed-secret.yaml
11
11
12
12
patches :
13
- - path : argocd-rbac-cm.yaml
14
- - path : argocd-cmd-params-cm.yaml
15
- target :
16
- version : v1
17
- kind : ConfigMap
18
- name : argocd-cmd-params-cm
19
- - path : argocd-cm.yaml
20
- target :
21
- version : v1
22
- kind : ConfigMap
23
- name : argocd-cm
24
- - patch : |-
13
+ - path : argocd-rbac-cm.yaml
14
+ - path : argocd-cmd-params-cm.yaml
15
+ target :
16
+ version : v1
17
+ kind : ConfigMap
18
+ name : argocd-cmd-params-cm
19
+ - path : argocd-cm.yaml
20
+ target :
21
+ version : v1
22
+ kind : ConfigMap
23
+ name : argocd-cm
24
+ - patch : |-
25
25
kind: not-important
26
26
metadata:
27
27
name: not-important
28
28
spec:
29
29
template:
30
30
spec:
31
- nodeSelector:
31
+ nodeSelector:
32
32
nodegroup-role: spot
33
33
tolerations:
34
34
- key: "nodegroup-role"
35
35
operator: "Equal"
36
36
value: "spot"
37
37
effect: "NoSchedule"
38
- target :
39
- kind : (StatefulSet|Deployment)
38
+ target:
39
+ kind: (StatefulSet|Deployment)
You can’t perform that action at this time.
0 commit comments