Skip to content

Commit

Permalink
fix: alb controller port to include : for the address, switch to ' in…
Browse files Browse the repository at this point in the history
…stead of escaping "
  • Loading branch information
josmo committed Apr 4, 2024
1 parent 0a21c52 commit 5e8d244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitops/base-install/cert-manager/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
memory: "105M"
webhook:
hostNetwork: true
securePort: \"10251\"
securePort: '10251'
resources:
requests:
cpu: "15m"
Expand Down
2 changes: 1 addition & 1 deletion gitops/base-install/ingress-controller/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
releaseName: aws-load-balancer-controller
valuesObject:
hostNetwork: true
metricsBindAddr: \"8085\"
metricsBindAddr: ':8085'
serviceAccount:
create: "true"
name: "aws-load-balancer-controller"
Expand Down

0 comments on commit 5e8d244

Please sign in to comment.