Skip to content

Change override order for CB#29

Merged
galt-tr merged 2 commits into
bsv-blockchain:masterfrom
galt-tr:cbOverrides
Dec 2, 2025
Merged

Change override order for CB#29
galt-tr merged 2 commits into
bsv-blockchain:masterfrom
galt-tr:cbOverrides

Conversation

@galt-tr
Copy link
Copy Markdown
Contributor

@galt-tr galt-tr commented Dec 2, 2025

This pull request updates the order in which override functions are called in the updateDeployment method of internal/controller/coinbase_deployment.go. The change ensures that cluster-level overrides are applied before deployment-specific overrides, which can affect how configuration values are set.

Deployment override ordering:

  • In updateDeployment, moved the call to utils.SetDeploymentOverrides to occur after utils.SetClusterOverrides, ensuring deployment-specific overrides take precedence over cluster-level settings.

@galt-tr galt-tr requested a review from mrz1836 as a code owner December 2, 2025 17:21
@github-actions github-actions Bot added fork-pr PR originated from a forked repository requires-manual-review PR or issue requires manual review by a maintainer or security team labels Dec 2, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 2, 2025

👋 Thanks, @galt-tr!

This pull request comes from a fork. For security, our CI runs in a restricted mode.
A maintainer will triage this shortly and run any additional checks as needed.

  • 🏷️ Labeled: fork-pr, requires-manual-review
  • 👀 We'll review and follow up here if anything else is needed.

Thanks for contributing to bsv-blockchain/teranode-operator! 🚀

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Dec 2, 2025

@galt-tr galt-tr merged commit 389ecf1 into bsv-blockchain:master Dec 2, 2025
33 of 36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fork-pr PR originated from a forked repository requires-manual-review PR or issue requires manual review by a maintainer or security team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants