Skip to content

Commit

Permalink
fix: add missing spec.issuerRef.group to cert-manager Certificate|
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb committed Sep 23, 2023
1 parent 5cf897a commit 7cb7e33
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 7cb7e33

Please sign in to comment.