Skip to content

Commit a1be94d

Browse files
authored
fix(console): remove context from kubeconfig name (#1085)
1 parent 6c91b87 commit a1be94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/console/helpers/downloadCrt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ contexts:
8181
- context:
8282
cluster: ${clusterId}
8383
user: ${clusterId}-admin
84-
name: ${clusterId}-context-default
84+
name: ${clusterId}-default
8585
current-context: ${clusterId}-context-default
8686
kind: Config
8787
preferences: {}

0 commit comments

Comments
 (0)