Skip to content

Commit

Permalink
fix: Kupo CRD category (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe authored Aug 14, 2024
1 parent 301d4d5 commit 1a32394
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bootstrap/crds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ resource "kubernetes_manifest" "customresourcedefinition_kupoports_demeter_run"
"spec" = {
"group" = "demeter.run"
"names" = {
"categories" = []
"categories" = [
"demeter-port",
]
"kind" = "KupoPort"
"plural" = "kupoports"
"shortNames" = [
Expand Down
1 change: 1 addition & 0 deletions operator/src/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ impl Context {
group = "demeter.run",
version = "v1alpha1",
shortname = "kpts",
category = "demeter-port",
namespaced
)]
#[kube(status = "KupoPortStatus")]
Expand Down

0 comments on commit 1a32394

Please sign in to comment.