From dd49b186952f2347192783c874645c60b5b26c51 Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Thu, 26 Oct 2023 14:50:02 +0200 Subject: [PATCH] fix listen address --- charts/deployment-operator/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/deployment-operator/templates/deployment.yaml b/charts/deployment-operator/templates/deployment.yaml index a91f3505..05c87468 100644 --- a/charts/deployment-operator/templates/deployment.yaml +++ b/charts/deployment-operator/templates/deployment.yaml @@ -65,7 +65,7 @@ spec: args: - --token-file=/etc/agentk/secrets/token - --kas-address={{ .Values.agentk.config.kasAddress }} - - --observability-listen-address=8081 + - --observability-listen-address=:8081 {{- if .Values.agentk.config.caCert }} - --ca-cert-file=/etc/agentk/config/ca.crt {{- end }}