-
Notifications
You must be signed in to change notification settings - Fork 25
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
Http crd flag #362
base: main
Are you sure you want to change the base?
Http crd flag #362
Conversation
privateNic := manifests.NewNginxIngressController("private", "private.ingress.class") | ||
privateNic.Spec.HTTPDisabled = true | ||
if err := upsert(ctx, c, privateNic); err != nil { | ||
return fmt.Errorf("ensuring private NIC: %w", err) |
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.
not private
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.
I've changed the test to mirror the logic in the test under it rather than the private test above it, lmk what you think of it
/ok-to-test sha=40c61f7 |
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.
looks good to me. Just need to rename some things in e2e test. It's not a private nic
/ok-to-test sha=00cd7c2 |
e2e tests are all failing. https://github.com/Azure/aks-app-routing-operator/blob/main/docs/e2e.md |
/ok-to-test sha=cf4217a |
1 similar comment
/ok-to-test sha=cf4217a |
Description
Adds the HTTPDisabled flag to the CRD for the NginxIngressController.
Fixes # (issue)
Feature # (details)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Is it a breaking change which will impact consuming tool(s)?
Checklist: