-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature add environment name to resources #38
base: main
Are you sure you want to change the base?
Conversation
/review |
/improve |
/review |
/improve |
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍
|
CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
merging main into this branch to obtain workflow file
merging changes on main into this branch
/review |
/improve |
PR Code Suggestions ✨Latest suggestions up to c31a8f2
Previous suggestionsSuggestions up to commit 17f661a
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍
|
ADDING ENVIRONMENT NAME TO RESOURCES
This PR adds the value of the appEnv to the names of the various k8s resources created by the helm chart. This change was implemented to make it clearer what environment a cluster admin was working against. Before, the names were identical in Staging and Production and unless an admin is proactively checking their kubectl context, they may accidentally apply changes to one environment that were intended for another.