Commit ae15062a authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

add object store config to chart

parent 60ed9a69
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.0
version: 0.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
+4 −1
Original line number Diff line number Diff line
@@ -17,4 +17,7 @@ data:
{{- if .Values.pulsar.enableRabbitMq  }}
    message_queue_url: amqp://{{ .Values.pulsar.rabbitMqUser }}:{{ .Values.pulsar.rabbitMqPassword }}@{{ .Values.pulsar.rabbitMqUrl }}
{{- end }}
{{- if .Values.pulsar.object_store_config }}
    object_store_config:
{{- .Values.pulsar.object_store_config | toYaml | nindent 6 }}
{{- end }}
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ pulsar:
  rabbitMqPassword: guest
  stagingDirectory: "/pulsar/files/staging"
  persistenceDirectory: "/pulsar/files/persistent"
  object_store_config:

rucio:
  url: http://localhost