Skip to content

Commit

Permalink
OPSEXP-1761: use per-LB sg annotation (-extra-security-groups) (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Jan 4, 2023
1 parent 25172da commit 7c4296a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dbp-charts/verify-helm/helm_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ helm upgrade --install "${release_name_ingress}" --repo https://kubernetes.githu
--set controller.service.annotations."service\.beta\.kubernetes\.io/aws-load-balancer-ssl-cert"="${ACM_CERTIFICATE}" \
--set controller.service.annotations."external-dns\.alpha\.kubernetes\.io/hostname"="${HOST}" \
--set controller.service.annotations."service\.beta\.kubernetes\.io/aws-load-balancer-ssl-negotiation-policy"="ELBSecurityPolicy-TLS-1-2-2017-01" \
--set controller.service.annotations."service\.beta\.kubernetes\.io/aws-load-balancer-security-groups"="${AWS_SG}" \
--set controller.service.annotations."service\.beta\.kubernetes\.io/aws-load-balancer-extra-security-groups"="${AWS_SG}" \
--set controller.publishService.enabled=true \
--set controller.admissionWebhooks.enabled=false \
--set controller.ingressClassResource.enabled=false \
Expand Down

0 comments on commit 7c4296a

Please sign in to comment.