Skip to content

Commit

Permalink
fix: missing protocol in hub cluster config template (#614)
Browse files Browse the repository at this point in the history
## What type of PR is this?

/kind bug

## What this PR does / why we need it:

fix missing protocol in hub cluster config template.
  • Loading branch information
elliotxx authored Sep 3, 2024
1 parent 2f462cf commit e6f9062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/certgenerator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const hubClusterKubeConfigTemplate = `apiVersion: v1
clusters:
- cluster:
insecure-skip-tls-verify: true
server: karpor-server.%s.svc:7443
server: https://karpor-server.%s.svc:7443
name: karpor
contexts:
- context:
Expand Down

0 comments on commit e6f9062

Please sign in to comment.