-
Notifications
You must be signed in to change notification settings - Fork 1
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
Draft letting the vCluster Helm chart manage its own Ingress. #37
Draft letting the vCluster Helm chart manage its own Ingress. #37
Conversation
Codecov Report
@@ Coverage Diff @@
## main #37 +/- ##
==========================================
- Coverage 19.58% 12.54% -7.05%
==========================================
Files 4 4
Lines 388 590 +202
==========================================
- Hits 76 74 -2
- Misses 308 512 +204
Partials 4 4
|
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.
you can comment out the function call from where the ingress creation takes place.
controllers/vcluster.go
Outdated
@@ -36,6 +36,12 @@ type EnabledBool struct { | |||
Enabled bool `json:"enabled"` | |||
} | |||
|
|||
type VClusterIngress struct { | |||
Enabled bool `json:"enabled"` |
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.
can you add , omitempty
for all the values here.
bf42307
to
b4dd498
Compare
Uffizzi Cluster |
this ended up being a hotfix for issue seen last night https://uffizzi-internal.slack.com/archives/CN8MKSAQ5/p1691725574228729 |
No description provided.