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.5.0 version: 0.6.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 +3 −0 Original line number Diff line number Diff line Loading @@ -12,8 +12,11 @@ data: {{- .Values.pulsar.user_auth | toYaml | nindent 6 }} job_directory_mode: "0777" ignore_umask: True send_stdout_update: {{ .Values.pulsar.sendStdoutUpdate }} stdout_update_interval: {{ .Values.pulsar.stdoutUpdateInterval }} staging_directory: {{ .Values.pulsar.stagingDirectory }} persistence_directory: {{ .Values.pulsar.persistenceDirectory }} {{- if .Values.pulsar.enableRabbitMq }} message_queue_url: amqp://{{ .Values.pulsar.rabbitMqUser }}:{{ .Values.pulsar.rabbitMqPassword }}@{{ .Values.pulsar.rabbitMqUrl }} {{- end }} Loading pulsar/values.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,8 @@ pulsar: rabbitMqPassword: guest stagingDirectory: "/pulsar/files/staging" persistenceDirectory: "/pulsar/files/persistent" sendStdoutUpdate: false stdoutUpdateInterval: 5 object_store_config: rucio: 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.5.0 version: 0.6.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 +3 −0 Original line number Diff line number Diff line Loading @@ -12,8 +12,11 @@ data: {{- .Values.pulsar.user_auth | toYaml | nindent 6 }} job_directory_mode: "0777" ignore_umask: True send_stdout_update: {{ .Values.pulsar.sendStdoutUpdate }} stdout_update_interval: {{ .Values.pulsar.stdoutUpdateInterval }} staging_directory: {{ .Values.pulsar.stagingDirectory }} persistence_directory: {{ .Values.pulsar.persistenceDirectory }} {{- if .Values.pulsar.enableRabbitMq }} message_queue_url: amqp://{{ .Values.pulsar.rabbitMqUser }}:{{ .Values.pulsar.rabbitMqPassword }}@{{ .Values.pulsar.rabbitMqUrl }} {{- end }} Loading
pulsar/values.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,8 @@ pulsar: rabbitMqPassword: guest stagingDirectory: "/pulsar/files/staging" persistenceDirectory: "/pulsar/files/persistent" sendStdoutUpdate: false stdoutUpdateInterval: 5 object_store_config: rucio: Loading