Skip to content

argocd-azimuth>client.yaml: Refactor the service name to match subchart#107

Open
irt-shpc wants to merge 1 commit into
mainfrom
PLAT-1245-argo-naming
Open

argocd-azimuth>client.yaml: Refactor the service name to match subchart#107
irt-shpc wants to merge 1 commit into
mainfrom
PLAT-1245-argo-naming

Conversation

@irt-shpc

Copy link
Copy Markdown
Contributor

If the azimuth Argo CD is named with "argocd" in the name the zenith client never connects to the Kube service due to a name mismatch. The subchart's default values.yaml sets nameOverride: argocd and the argo-helm argo-cd chart that we subchart uses a template to define the service name used for the main argo-cd web UI:
https://github.com/argoproj/argo-helm/blob/4676fa5171dbc07d1ac7da7a4996561a6f2804dd/charts/argo-cd/templates/_helpers.tpl#L111 This calls out to the chart's template for argo-cd.fullname which has some logic to prevent duplication in the name.
Add similar logic to our Client template so the names match and the zenith clent can connect.

PLAT-1245

If the azimuth Argo CD is named with "argocd" in the name the zenith client
never connects to the Kube service due to a name mismatch.
The subchart's default `values.yaml` sets `nameOverride: argocd` and the
argo-helm argo-cd chart that we subchart uses a template to define the
service name used for the main argo-cd web UI:
https://github.com/argoproj/argo-helm/blob/4676fa5171dbc07d1ac7da7a4996561a6f2804dd/charts/argo-cd/templates/_helpers.tpl#L111
This calls out to the chart's template for `argo-cd.fullname` which has some
logic to prevent duplication in the name.
Add similar logic to our Client template so the names match and the zenith clent
can connect.

PLAT-1245
@irt-shpc
irt-shpc force-pushed the PLAT-1245-argo-naming branch from e293c5d to c7c81fb Compare July 2, 2026 12:23
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