-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ce): Remove unused existingSecret condition for GITHUB_BOT_USER_ID #609
fix(ce): Remove unused existingSecret condition for GITHUB_BOT_USER_ID #609
Conversation
📝 Walkthrough📝 WalkthroughWalkthroughThe pull request introduces modifications to the deployment configuration of the Mend Renovate application within a Kubernetes environment. The primary changes involve the environment variables No other aspects of the deployment configuration have been altered, including the deployment strategy, pod specifications, or other environment variables. The focus of the changes is strictly on the logic governing the two specified environment variables, which may influence how the application interacts with GitHub and Bitbucket integrations. Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Removes the check for
existingSecret
onMEND_RNV_GITHUB_BOT_USER_ID
, which was causingmendRnvGithubBotUserId
to be an empty string ifexistingSecret
was set.Renovate may fail to start in some deployments since
8.0.0
without this fix.Additionally, removed an extraneous
or
in the condition forBITBUCKET_USER
(functionally no change).Summary by CodeRabbit
New Features
Bug Fixes