Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

UI: Helm values not correctly reported #3621

@dud225

Description

@dud225

Hello

I've initially deployed Kubeapps with a long Helm command that happened to add some Nginx annotations:

--set ingress.annotations."nginx\.ingress\.kubernetes\.io/auth-response-headers"=Authorization \
--set ingress.annotations."nginx\.ingress\.kubernetes\.io/auth-signin"='https://$host/oauth2/start?rd=$escaped_request_uri' \
--set ingress.annotations."nginx\.ingress\.kubernetes\.io/auth-url"=http://oauth2-proxy.kube-system.svc.cluster.local/oauth2/auth \
--set ingress.annotations."nginx\.ingress\.kubernetes\.io/configuration-snippet"='rewrite ^(/kubeapps)$ $1/ redirect;' \
--set ingress.annotations."nginx\.ingress\.kubernetes\.io/rewrite-target"='/$upstream_path' \

However those settings are not correctly reported within Kubeapps:
Capture d’écran de 2021-10-20 09-50-16

which makes it unhappy when deploying:
Capture d’écran de 2021-10-20 09-50-40

Manually adjusting the values in the UI allows the deployment to succeed.

Metadata

Metadata

Assignees

Labels

component/uiIssue related to kubeapps UIgood first issuekind/bugAn issue that reports a defect in an existing feature

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions