Skip to content

Commit

Permalink
Merge pull request kosmos-io#92 from ONE7live/main
Browse files Browse the repository at this point in the history
fix: clustertree deploy yaml problem
  • Loading branch information
kosmos-robot authored Oct 9, 2023
2 parents 87fbd14 + 61ee021 commit 8d93d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/clustertree-knode-controllers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
- configMap:
defaultMode: 420
items:
- key: Kubeconfig
path: Kubeconfig
- key: kubeconfig
path: config
name: host-kubeconfig
name: config-volume
2 changes: 1 addition & 1 deletion pkg/kosmosctl/manifest/manifest_deployments.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ spec:
defaultMode: 420
items:
- key: kubeconfig
path: kubeconfig
path: config
name: host-kubeconfig
name: config-volume
`
Expand Down

0 comments on commit 8d93d8f

Please sign in to comment.