File tree Expand file tree Collapse file tree 6 files changed +58
-1
lines changed
clusters/argo-svc.dd.soeren.cloud/k8s-infra/cloudnative-pg Expand file tree Collapse file tree 6 files changed +58
-1
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ apiVersion: "kustomize.config.k8s.io/v1beta1"
3
3
kind : " Kustomization"
4
4
resources :
5
5
- ../../../../infra/cloudnative-pg
6
+ components :
7
+ - ../../../../infra/cloudnative-pg/components/argo
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : argoproj.io/v1alpha1
3
+ kind : Application
4
+ metadata :
5
+ name : cloudnative-pg
6
+ namespace : argocd
7
+ finalizers :
8
+ - resources-finalizer.argocd.argoproj.io
9
+ spec :
10
+ project : default
11
+ source :
12
+ repoURL : https://cloudnative-pg.github.io/charts
13
+ chart : cloudnative-pg
14
+ targetRevision : 1.27.0
15
+ # helm:
16
+ # values: |
17
+ # installCRDs: true
18
+
19
+ destination :
20
+ server : https://kubernetes.default.svc
21
+ namespace : cnpg-system
22
+ syncPolicy :
23
+ automated :
24
+ prune : true
25
+ selfHeal : true
26
+ syncOptions :
27
+ - CreateNamespace=true
28
+ - PrunePropagationPolicy=foreground
29
+ - PruneLast=true
30
+ - RespectIgnoreDifferences=true
31
+ - ApplyOutOfSyncOnly=true
32
+ retry :
33
+ limit : 5
34
+ backoff :
35
+ duration : 5s
36
+ factor : 2
37
+ maxDuration : 3m
38
+ revisionHistoryLimit : 10
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : kustomize.config.k8s.io/v1alpha1
3
+ kind : Component
4
+ resources :
5
+ - application.yaml
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : kustomize.config.k8s.io/v1alpha1
3
+ kind : Component
4
+ resources :
5
+ - https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.0.yaml
Original file line number Diff line number Diff line change 2
2
apiVersion : " kustomize.config.k8s.io/v1beta1"
3
3
kind : " Kustomization"
4
4
resources :
5
- - https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.0 .yaml
5
+ - namespace .yaml
Original file line number Diff line number Diff line change
1
+ ---
2
+ kind : " Namespace"
3
+ apiVersion : " v1"
4
+ metadata :
5
+ name : " cnpg-system"
6
+ labels :
7
+ name : " cnpg-system"
You can’t perform that action at this time.
0 commit comments