Skip to content

Commit

Permalink
Merge pull request #5840 from KhalilSantana/master
Browse files Browse the repository at this point in the history
Fix: karmada-metrics-adapter use the correct certificate when deploye…
  • Loading branch information
karmada-bot authored Nov 21, 2024
2 parents 87cfdfc + a259d51 commit 1e26af3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/karmadactl/addons/metricsadapter/manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ spec:
- --authentication-kubeconfig=/etc/kubeconfig
- --authorization-kubeconfig=/etc/kubeconfig
- --client-ca-file=/etc/karmada/pki/ca.crt
- --tls-cert-file=/etc/karmada/pki/karmada.crt
- --tls-private-key-file=/etc/karmada/pki/karmada.key
- --audit-log-path=-
- --audit-log-maxage=0
- --audit-log-maxbackup=0
Expand Down

0 comments on commit 1e26af3

Please sign in to comment.