-
Notifications
You must be signed in to change notification settings - Fork 465
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
remove gloo prefix for deployed objs #10629
Conversation
8649f65
to
f88d412
Compare
@@ -31,7 +31,7 @@ If release name contains chart name it will be used as a full name. | |||
{{- .Values.gateway.fullnameOverride | trunc 63 | trimSuffix "-" }} | |||
{{- else }} | |||
{{- $name := default .Release.Name .Values.gateway.nameOverride }} | |||
{{- .Release.Name | printf "gloo-proxy-%s" | trunc 63 | trimSuffix "-" }} |
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.
thre are a couple other places we could clean up like
devel/architecture/istio-integration.md
internal/kgateway/README.md
(not sure if those readmes themselves are up to date, but they have gloo-proxy references)
also all the e2e tests but i can take care of that as part of the current e2e cleanup/refactor
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'll clean these up in this PR and leave anything in test/ for when they are wired back up
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.
maybe we should consider allowing a name override eventually
f88d412
to
ec056e9
Compare
No description provided.