We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e863bf + 85cbe2e commit b7fdc44Copy full SHA for b7fdc44
helm/templates/rabbitmq.yaml
@@ -1,3 +1,4 @@
1
+{{- if .Values.rabbitmq.enabled }}
2
### RabbitMQ Cluster Configuration
3
## --------------------------------------
4
## This manifest deploys a RabbitMQ cluster using the RabbitMQ Cluster Operator.
@@ -32,3 +33,4 @@ spec:
32
33
persistence:
34
storageClassName: {{ .Values.rabbitmq.persistence.storageClassName }}
35
storage: {{ .Values.rabbitmq.persistence.size }}
36
+{{- end }}
0 commit comments