Skip to content

Commit b9e1921

Browse files
author
Max Glotov
committed
fix aws-lb-controller
1 parent 6689e9c commit b9e1921

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

argocd/applications/aws-loadbalancer-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: argoproj.io/v1alpha1
22
kind: Application
33
metadata:
4-
name: aws-load-balancer-controller
4+
name: aws-loadbalancer-controller
55
namespace: argocd
66
spec:
77
source:
@@ -10,7 +10,7 @@ spec:
1010
targetRevision: argocd
1111
destination:
1212
name: in-cluster
13-
namespace: aws-load-balancer-controller
13+
namespace: aws-loadbalancer-controller
1414
project: k8s-addons
1515
syncPolicy:
1616
syncOptions:
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

4-
resources:
5-
- application-k8s-addons.yaml
6-
74
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
107
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
1411
valuesFile: helm-values.yaml

0 commit comments

Comments
 (0)