File tree 2 files changed +7
-10
lines changed
k8s-addons/aws-loadbalancer-controller/base 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : argoproj.io/v1alpha1
2
2
kind : Application
3
3
metadata :
4
- name : aws-load-balancer -controller
4
+ name : aws-loadbalancer -controller
5
5
namespace : argocd
6
6
spec :
7
7
source :
10
10
targetRevision : argocd
11
11
destination :
12
12
name : in-cluster
13
- namespace : aws-load-balancer -controller
13
+ namespace : aws-loadbalancer -controller
14
14
project : k8s-addons
15
15
syncPolicy :
16
16
syncOptions :
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
4
- resources :
5
- - application-k8s-addons.yaml
6
-
7
4
helmCharts :
8
- - name : argo-cd
9
- repo : https://argoproj .github.io/argo-helm
5
+ - name : aws-load-balancer-controller
6
+ repo : https://aws .github.io/eks-charts
10
7
includeCRDs : true
11
- version : 7.8.26
12
- releaseName : argocd
13
- namespace : argocd
8
+ version : 1.12.0
9
+ releaseName : aws-load-balancer-controller
10
+ namespace : aws-loadbalancer-controller
14
11
valuesFile : helm-values.yaml
You can’t perform that action at this time.
0 commit comments