armadaproject / armada-operator

Apache License 2.0
13 stars 10 forks source link

fix: add pulsar config volume mount in scheduler #327

Closed JiangtianLi closed 1 month ago

JiangtianLi commented 2 months ago

Pull Request Template

Description

Please include a summary of the changes and the related issue (if any). Describe your changes in detail to help reviewers understand your contribution.

This PR fixes the issue where the scheduler installed by the operator misses the Pulsar config in order to authenticate to Pulsar.

This PR adds the Pulsar volume and volume mount to the scheduler deployment in the scheduler controller.

The change is because of the missing Pulsar config in the scheduler deployment, when Pulsar config is specified in Application config.

This PR addresses an existing issue.

Fixes # (issue)

Type of change

Please select the type of change your PR introduces:

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions to reproduce these tests. List any relevant details for your test configuration.

Checklist: