blob: c85ca339fb57d9348f820c4407bc794f15241909 [file] [log] [blame] [edit]
{{- /*
Copyright Broadcom, Inc. All Rights Reserved.
SPDX-License-Identifier: APACHE-2.0
*/}}
{{- if .Values.useCertManager }}
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
app.kubernetes.io/part-of: rabbitmq
name: {{ template "common.names.fullname" . }}
namespace: {{ include "common.names.namespace" . | quote }}
spec:
selfSigned: {}
{{- end }}