Skip to content

Commit

Permalink
Merge pull request #83 from erikgb/fix-cm-cert
Browse files Browse the repository at this point in the history
fix: add missing spec.issuerRef.group to cert-manager Certificate|
  • Loading branch information
ymmt2005 authored Sep 25, 2023
2 parents 5cf897a + 7cb7e33 commit 52c5a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/accurate/templates/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
- {{ template "accurate.fullname" . }}-webhook-service.{{ .Release.Namespace }}.svc
- {{ template "accurate.fullname" . }}-webhook-service.{{ .Release.Namespace }}.svc.cluster.local
issuerRef:
group: cert-manager.io
kind: Issuer
name: {{ template "accurate.fullname" . }}-selfsigned-issuer
secretName: webhook-server-cert
1 change: 1 addition & 0 deletions config/certmanager/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
- $(SERVICE_NAME).$(SERVICE_NAMESPACE).svc
- $(SERVICE_NAME).$(SERVICE_NAMESPACE).svc.cluster.local
issuerRef:
group: cert-manager.io
kind: Issuer
name: selfsigned-issuer
secretName: webhook-server-cert # this secret will not be prefixed, since it's not managed by kustomize

0 comments on commit 52c5a2a

Please sign in to comment.