Loading pulsar/Chart.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading pulsar/templates/config_app.yaml +4 −1 Original line number Diff line number Diff line Loading @@ -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 }} pulsar/values.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ pulsar: rabbitMqPassword: guest stagingDirectory: "/pulsar/files/staging" persistenceDirectory: "/pulsar/files/persistent" object_store_config: rucio: url: http://localhost Loading Loading
pulsar/Chart.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pulsar/templates/config_app.yaml +4 −1 Original line number Diff line number Diff line Loading @@ -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 }}
pulsar/values.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ pulsar: rabbitMqPassword: guest stagingDirectory: "/pulsar/files/staging" persistenceDirectory: "/pulsar/files/persistent" object_store_config: rucio: url: http://localhost Loading