Skip to content

Commit b7fdc44

Browse files
authored
Merge pull request #309 from ess-dive/issue/308-config-disable-rabbitmq-operator
fix: Enable conditional deployment of RabbitMQ cluster based on conf
2 parents 8e863bf + 85cbe2e commit b7fdc44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm/templates/rabbitmq.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{- if .Values.rabbitmq.enabled }}
12
### RabbitMQ Cluster Configuration
23
## --------------------------------------
34
## This manifest deploys a RabbitMQ cluster using the RabbitMQ Cluster Operator.
@@ -32,3 +33,4 @@ spec:
3233
persistence:
3334
storageClassName: {{ .Values.rabbitmq.persistence.storageClassName }}
3435
storage: {{ .Values.rabbitmq.persistence.size }}
36+
{{- end }}

0 commit comments

Comments
 (0)