{{- /* | |
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 }} |