Skip to content

Commit

Permalink
Fix cert namespace (#146)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuhui zhang <[email protected]>
  • Loading branch information
zxh326 authored Feb 11, 2025
1 parent 0286027 commit c5ce7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/juicefs-csi-driver/templates/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ spec:
duration: 43800h #5year
dnsNames:
- juicefs-admission-webhook
- juicefs-admission-webhook.kube-system
- juicefs-admission-webhook.kube-system.svc
- juicefs-admission-webhook.{{ .Release.Namespace }}
- juicefs-admission-webhook.{{ .Release.Namespace }}.svc
issuerRef:
name: juicefs-selfsigned
kind: Issuer
Expand Down

0 comments on commit c5ce7ef

Please sign in to comment.