Skip to content

Commit

Permalink
fix: crd short name
Browse files Browse the repository at this point in the history
  • Loading branch information
avatxus committed Dec 11, 2023
1 parent f31cd3a commit 3f0b2a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap/crds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "kubernetes_manifest" "customresourcedefinition_kupoports_demeter_run"
"kind" = "KupoPort"
"plural" = "kupoports"
"shortNames" = [
"kp",
"kpts",
]
"singular" = "kupoport"
}
Expand Down
2 changes: 1 addition & 1 deletion operator/src/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl Display for Network {
kind = "KupoPort",
group = "demeter.run",
version = "v1alpha1",
shortname = "kp",
shortname = "kpts",
namespaced
)]
#[kube(status = "KupoPortStatus")]
Expand Down

0 comments on commit 3f0b2a4

Please sign in to comment.