bug: defaultConfig is not render.

Signed-off-by: joyceliu <joyceliu@yunify.com>
This commit is contained in:
joyceliu 2024-07-15 17:13:49 +08:00
parent 63bd058738
commit 34a0704a04
3 changed files with 2 additions and 4 deletions

View File

@ -17,7 +17,7 @@ builds:
goarch:
- amd64
- arm64
binary: kubekey
binary: kk
ldflags: "{{ .Env.LDFLAGS }}"
tags:
- builtin

View File

@ -44,5 +44,3 @@ spec:
kube_version: v1.23.15
# nfs provisioner helm version
nfs_provisioner_version: 4.0.18
# oras binary
oras_version: v1.1.0

View File

@ -20,7 +20,7 @@ limitations under the License.
package options
import (
"gopkg.in/yaml.v3"
"k8s.io/apimachinery/pkg/util/yaml"
"github.com/kubesphere/kubekey/v4/builtin"
)