-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[installer]: secret validation #6702
Conversation
/assign @csweichel |
Codecov Report
@@ Coverage Diff @@
## main #6702 +/- ##
==========================================
- Coverage 36.69% 6.16% -30.53%
==========================================
Files 22 12 -10
Lines 2363 1086 -1277
==========================================
- Hits 867 67 -800
+ Misses 1443 1018 -425
+ Partials 53 1 -52
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
LGTM label has been added. Git tree hash: fd7e89d8e86542766dabca884bba949a93ceedc8
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csweichel Associated issue: #6627 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Related Issue(s)
Fixes #6627
How to test
go run . validate cluster --kubeconfig ~/.kube/config --config ./example-config.yaml
and update your config so it expects external database/registryRelease Notes
Documentation