Skip to content

Commit

Permalink
fix: clustertree deploy yaml problem
Browse files Browse the repository at this point in the history
Signed-off-by: ONE7live <[email protected]>
  • Loading branch information
ONE7live committed Oct 9, 2023
1 parent 87fbd14 commit 61ee021
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 61ee021

Please sign in to comment.