fix(clusterissuer): fix `issuerRef` for self-signed CAs (#10847)

This commit is contained in:
Michael Schnerring 2023-07-26 10:28:22 +00:00 committed by GitHub
parent 865d3c4cde
commit ff13100a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/clusterissuer
- https://cert-manager.io/
type: application
version: 3.0.0
version: 3.0.1
annotations:
truecharts.org/catagories: |
- core

View File

@ -28,7 +28,7 @@ spec:
algorithm: ECDSA
size: 256
issuerRef:
name: selfsigned-ca-issuer
name: {{ .name }}-selfsigned-ca-issuer
kind: ClusterIssuer
group: cert-manager.io
{{- else }}