mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
added commonName to the rabbitmq-operator certificate when using cert-manager (#11133)
Signed-off-by: Eugen Fohlenweider <eugen.fohlenweider@hotmail.com>
This commit is contained in:
@@ -26,4 +26,4 @@ name: rabbitmq-cluster-operator
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-rabbitmq-cluster-operator
|
||||
- https://github.com/rabbitmq/cluster-operator
|
||||
version: 2.6.8
|
||||
version: 2.6.9
|
||||
|
||||
@@ -14,6 +14,7 @@ metadata:
|
||||
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
commonName: {{ template "rmqco.msgTopologyOperator.webhook.fullname" . }}
|
||||
dnsNames:
|
||||
- {{ printf "%s.%s.svc" (include "rmqco.msgTopologyOperator.webhook.fullname" .) (include "common.names.namespace" .) }}
|
||||
- {{ printf "%s.%s.svc.%s" (include "rmqco.msgTopologyOperator.webhook.fullname" .) (include "common.names.namespace" .) .Values.clusterDomain }}
|
||||
|
||||
Reference in New Issue
Block a user