diff --git a/charts/enterprise/cert-manager/Chart.yaml b/charts/enterprise/cert-manager/Chart.yaml index 23c8ed050fb..9ea82a5cb3b 100644 --- a/charts/enterprise/cert-manager/Chart.yaml +++ b/charts/enterprise/cert-manager/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager - https://cert-manager.io/ type: application -version: 1.0.12 +version: 1.0.13 annotations: truecharts.org/catagories: | - core diff --git a/charts/enterprise/cert-manager/templates/clusterissuer/_ACME.tpl b/charts/enterprise/cert-manager/templates/clusterissuer/_ACME.tpl index 97586304603..d2d120f0115 100644 --- a/charts/enterprise/cert-manager/templates/clusterissuer/_ACME.tpl +++ b/charts/enterprise/cert-manager/templates/clusterissuer/_ACME.tpl @@ -47,7 +47,7 @@ spec: role: {{ .role }} {{- end }} secretAccessKeySecretRef: - name: prod-route53-credentials-secret + name: {{ $issuerSecretName }} key: route53-secret-access-key {{- else if eq .type "akamai" }} akamai: