Merge pull request #2319 from ImitationImmortal/feature

bug: defaultConfig is not render.
This commit is contained in:
KubeSphere CI Bot 2024-07-15 17:18:13 +08:00 committed by GitHub
commit 143fd324fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"
)