mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
helm: use kube-version instead of api-version
This commit is contained in:
parent
f2dc3e2f63
commit
5260d2a014
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ with lib;
|
|||
buildCommand = ''
|
||||
# template helm file and write resources to yaml
|
||||
helm template "${name}" \
|
||||
${optionalString (kubeVersion != null) "--api-versions ${kubeVersion}"} \
|
||||
${optionalString (kubeVersion != null) "--kube-version ${kubeVersion}"} \
|
||||
${optionalString (namespace != null) "--namespace ${namespace}"} \
|
||||
${optionalString (values != {}) "-f ${valuesJsonFile}"} \
|
||||
${chart} >resources.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue