Merge pull request #5840 from KhalilSantana/master

Fix: karmada-metrics-adapter use the correct certificate when deploye…
This commit is contained in:
karmada-bot 2024-11-21 16:45:58 +08:00 committed by GitHub
commit 1e26af3d8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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