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:
parent
c584c0e07f
commit
68e5dfcaab
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue