Skip to content

Commit

Permalink
fix listen address
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Oct 26, 2023
1 parent b7ef861 commit dd49b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/deployment-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit dd49b18

Please sign in to comment.