Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Update cert manager api version
Browse files Browse the repository at this point in the history
  • Loading branch information
rptxeni committed Jan 23, 2024
1 parent 5b1feff commit a2f198a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/tezos-api-gateway/templates/certificate.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.rabbitmq.auth.tls.enabled }}
kind: Certificate
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
metadata:
name: {{ include "tezos-api-gateway.serviceAccountName" . }}-rabbitmq
namespace: {{ .Release.Namespace }}
Expand Down

0 comments on commit a2f198a

Please sign in to comment.