Skip to content
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

fix: use an empty additional host #170

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

jsbroks
Copy link
Member

@jsbroks jsbroks commented Jan 27, 2024

We need to set an empty additional host to support private link. This is because it may not be the same as the fqdn.

@jsbroks jsbroks requested a review from gls4 as a code owner January 27, 2024 06:09
@jsbroks jsbroks requested a review from a team January 27, 2024 06:09
@@ -233,6 +233,8 @@ module "wandb" {
ingress = {
class = "alb"

additionalHosts = [""]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably best we set this to the URL of the private link module if that is enabled. We can do that after its merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant