EAI-5630 again aiwb only fix#767
Merged
Merged
Conversation
pre
approved these changes
Jul 1, 2026
pre
left a comment
Contributor
There was a problem hiding this comment.
Nice! I was also hit by this yesterday.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds "appDomain" helmparameter at cf-init-gitea-cm.yaml.
In short, this will work if there is a proper "2.0.0" version of aiwb-chart pointing envoy-gateway-system for its httproutes.
It is tested on a test machine with modification of
aiwb.repoVersion: "2.0.0-rc.1" doesn't exist so "1.1.9" selected as a workaround to run aiwb. Plus "1.1.9" versions uses "kgateway.namespace: kgateway-system" so updating cluster-values was needed for testing.
The AIWB Helm chart defaults to
appDomain: "PUBLIC-IP", but ArgoCD Application helmParameters (from cluster-values.yaml) have highest priority and override chart defaults. Without addingappDomainto helmParameters in gitea-init-job, the deployed AIWB uses the placeholder value, causing NEXTAUTH_URL to behttps://aiwbui.PUBLIC-IPinstead of the actual domain. This fix ensures gitea-init-job generates cluster-values.yaml with the correctappDomainoverride for AIWB_ONLY deployments.