enabledns flags available on template command

Enable dns flag was not available in helmfile template command

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
Diliz 2026-04-01 09:41:38 +02:00 committed by yxxhero
parent c584c0e07f
commit 68e5dfcaab
1 changed files with 1 additions and 0 deletions

View File

@ -3594,6 +3594,7 @@ func (st *HelmState) flagsForTemplate(helm helmexec.Interface, release *ReleaseS
var flags []string
flags = st.appendChartVersionFlags(flags, release)
flags = st.appendHelmXFlags(flags, release)
flags = st.appendEnableDNSFlags(flags, release)
var postRendererArgs []string
var showOnly []string