Skip to content

Commit

Permalink
Fix typo in cluster name column
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Sep 11, 2022
1 parent cedaebc commit 586b2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiss/api/src/box.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use strum::{Display, EnumString};
"name": "cluster",
"type": "string",
"description":"cluster name where the box is located",
"jsonPath":".spec.group.cluster_name"
"jsonPath":".spec.group.clusterName"
}"#,
printcolumn = r#"{
"name": "role",
Expand Down

0 comments on commit 586b2ba

Please sign in to comment.