-
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]: use a pointer deref if the ssh gateway secret does not exist #7508
Conversation
Codecov Report
@@ Coverage Diff @@
## main #7508 +/- ##
=========================================
- Coverage 10.81% 7.58% -3.24%
=========================================
Files 20 31 +11
Lines 1248 2242 +994
=========================================
+ Hits 135 170 +35
- Misses 1110 2070 +960
+ Partials 3 2 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
thanks, lgtm
LGTM label has been added. Git tree hash: 346168d65cbca9465e95e3ce527a364668f08d6e
|
/approve no-issue |
1 similar comment
/approve no-issue |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iQQBot, MrSimonEmms Associated issue requirement bypassed by: MrSimonEmms 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
If no
SSHGatewayHostKey
is provided, thews-proxy.deployment
errored as was referencing theName != ""
. To keep with the existing convention, this has been changed toSSHGatewayHostKey != nil
as the validation ensures that theName
is populatedRelated Issue(s)
Fixes issue raised in Discord
How to test
Render a k8s object with not
SSHGatewayHostKey
secret setRelease Notes
Documentation