-
Notifications
You must be signed in to change notification settings - Fork 126
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
feat(operator): polish KeptnConfig
and use Env Var for initial configuration
#1097
Conversation
✅ Deploy Preview for keptn-lifecycle-toolkit ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
KeptnConfig
for a default configuration instead of Env Var
Signed-off-by: Giovanni Liva <[email protected]>
Signed-off-by: Giovanni Liva <[email protected]>
Signed-off-by: Giovanni Liva <[email protected]>
Signed-off-by: Giovanni Liva <[email protected]>
Signed-off-by: Giovanni Liva <[email protected]>
1ba03a9
to
fb5951a
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1097 +/- ##
==========================================
+ Coverage 58.91% 59.29% +0.37%
==========================================
Files 126 126
Lines 10007 10072 +65
==========================================
+ Hits 5896 5972 +76
+ Misses 3893 3881 -12
- Partials 218 219 +1
... and 4 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: Giovanni Liva <[email protected]>
Signed-off-by: Giovanni Liva <[email protected]>
Signed-off-by: Giovanni Liva <[email protected]>
Signed-off-by: Giovanni Liva <[email protected]>
Signed-off-by: Giovanni Liva <[email protected]>
Signed-off-by: Giovanni Liva <[email protected]>
KeptnConfig
for a default configuration instead of Env VarKeptnConfig
and use Env Var for initial configuration
Signed-off-by: Giovanni Liva <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
KeptnConfig
and use Env Var for initial configurationKeptnConfig
and use Env Var for initial configuration
OTelCollectorUrl string `json:"OTelCollectorUrl,omitempty"` | ||
// KeptnAppCreationRequestTimeout is used to set the interval in which automatic app discovery | ||
// searches for workload to put into the same auto-generated KeptnApp | ||
// +kubebuilder:default:=30 | ||
KeptnAppCreationRequestTimeout uint `json:"keptnAppCreationRequestTimeout,omitempty"` | ||
// +optional | ||
KeptnAppCreationRequestTimeoutSeconds uint `json:"keptnAppCreationRequestTimeoutSeconds,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls also change the docs string when you change the variable name here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you mean something different than this?
https://github.com/keptn/lifecycle-toolkit/pull/1097/files#diff-7ab58e37e6f4412bbcc3d577c257684bae6e4bd7629ea0b57d38d996ad5119fcL66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gotcha: #1126
This PR
KeptnConfig
Part of #1095