Skip to content

Commit 9afb69c

Browse files
Make diagnostics-address a FQDN address
Signed-off-by: Furkat Gofurov <[email protected]>
1 parent d4aca3c commit 9afb69c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/charts/cluster-api-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ image:
2424
env:
2525
manager: []
2626
healthAddr: ":8081"
27-
diagnosticsAddress: "8443"
27+
diagnosticsAddress: ":8443"
2828
insecureDiagnostics: false
2929
watchConfigSecret: false
3030
imagePullSecrets: {}

test/e2e/resources/full-chart-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28387,7 +28387,7 @@ spec:
2838728387
- args:
2838828388
- --v=2
2838928389
- --health-addr=:8081
28390-
- --diagnostics-address=8443
28390+
- --diagnostics-address=:8443
2839128391
- --leader-elect=true
2839228392
command:
2839328393
- /manager

0 commit comments

Comments
 (0)