Skip to content

Commit

Permalink
Make diagnostics-address a FQDN address
Browse files Browse the repository at this point in the history
Signed-off-by: Furkat Gofurov <[email protected]>
  • Loading branch information
furkatgofurov7 authored and k8s-infra-cherrypick-robot committed Dec 24, 2024
1 parent ae4d724 commit 2b0e750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/charts/cluster-api-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ image:
env:
manager: []
healthAddr: ":8081"
diagnosticsAddress: "8443"
diagnosticsAddress: ":8443"
insecureDiagnostics: false
watchConfigSecret: false
imagePullSecrets: {}
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/resources/full-chart-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28387,7 +28387,7 @@ spec:
- args:
- --v=2
- --health-addr=:8081
- --diagnostics-address=8443
- --diagnostics-address=:8443
- --leader-elect=true
command:
- /manager
Expand Down

0 comments on commit 2b0e750

Please sign in to comment.