We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5799116 + 5d18455 commit 6f5efedCopy full SHA for 6f5efed
charts/argocd-apps/Chart.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v2
2
name: argocd-app
3
description: A Helm chart for applications using ArgoCD
4
-version: 1.0.0-delta
+version: 1.0.1-delta
charts/argocd-apps/templates/preexisting-lb.yaml
@@ -21,8 +21,6 @@ spec:
21
---
22
apiVersion: elbv2.k8s.aws/v1beta1
23
kind: TargetGroupBinding
24
-annotations:
25
- service.beta.kubernetes.io/aws-load-balancer-target-node-labels: cluster={{ .Values.project }}-{{ .Values.environment }}
26
metadata:
27
name: {{ .Values.main.name }}-tgb
28
namespace: {{ $.Release.Namespace | quote }}
0 commit comments