File tree Expand file tree Collapse file tree 4 files changed +17
-30
lines changed Expand file tree Collapse file tree 4 files changed +17
-30
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,22 @@ metadata:
5
5
namespace : argocd
6
6
spec :
7
7
project : infra
8
- source :
9
- chart : cert-manager
10
- helm :
11
- values : |-
12
- installCRDs: true
13
- global:
14
- leaderElection:
15
- namespace: cert-manager
16
- prometheus:
17
- enabled: false
18
- repoURL : https://charts.jetstack.io
19
- targetRevision : v1.17.2
8
+ sources :
9
+ - chart : cert-manager
10
+ helm :
11
+ values : |-
12
+ global:
13
+ leaderElection:
14
+ namespace: cert-manager
15
+ crds:
16
+ enabled: true
17
+ prometheus:
18
+ enabled: false
19
+ repoURL : https://charts.jetstack.io
20
+ targetRevision : v1.18.2
21
+ - repoURL : https://github.com/code4romania/code4ro-k8s.git
22
+ path : infra/cert-manager
23
+ targetRevision : HEAD
20
24
destination :
21
25
namespace : cert-manager
22
26
server : https://kubernetes.default.svc
Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ 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.14.2
6
+ - https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml?ref=v3.0.12
7
7
- namespace.yaml
8
8
- project.yaml
9
- - domain-mapping.yaml
10
9
- sealed-secret.yaml
11
10
12
11
patches :
@@ -21,19 +20,3 @@ patches:
21
20
version : v1
22
21
kind : ConfigMap
23
22
name : argocd-cm
24
- - patch : |-
25
- kind: not-important
26
- metadata:
27
- name: not-important
28
- spec:
29
- template:
30
- spec:
31
- nodeSelector:
32
- nodegroup-role: spot
33
- tolerations:
34
- - key: "nodegroup-role"
35
- operator: "Equal"
36
- value: "spot"
37
- effect: "NoSchedule"
38
- target:
39
- kind: (StatefulSet|Deployment)
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments