Skip to content

fix: istio ambient upgrade redundant envs - #1663

Open
pawan-bobbili-ntnx wants to merge 2 commits into
masterfrom
fix/istio-ambient-upgrade
Open

fix: istio ambient upgrade redundant envs#1663
pawan-bobbili-ntnx wants to merge 2 commits into
masterfrom
fix/istio-ambient-upgrade

Conversation

@pawan-bobbili-ntnx

Copy link
Copy Markdown
Contributor

Summary

  • ztunnel.env.CA_ADDRESS/XDS_ADDRESS is rendered twice once from chart's internal block and one from user config override while enabling ambient mode in 2.17 NKP. In 2.18, all HRs are server-side apply, which is making this redunandant envs fail.
  • Thus, in template of ztunnel daemonset, skipping these envs when entered from config overrdie

@pawan-bobbili-ntnx
pawan-bobbili-ntnx requested review from a team as code owners July 27, 2026 02:39
resource: limits.cpu
divisor: "1"
{{- with .Values.env }}
{{/* CA_ADDRESS and XDS_ADDRESS are already rendered above; skip them here so a

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why did we choose to ignore the override instead of Chart defaults? or are we saying that we shouldn't allow these env to be overridden

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.

2 participants