Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Fix CRD scope (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturdzm authored and leochr committed Dec 3, 2019
1 parent f6de926 commit 7214a94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/crds/appsody.dev_appsodyapplications_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
listKind: AppsodyApplicationList
plural: appsodyapplications
singular: appsodyapplication
scope: ""
scope: Namespaced
subresources:
status: {}
validation:
Expand Down
2 changes: 1 addition & 1 deletion deploy/releases/daily/appsody-app-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
listKind: AppsodyApplicationList
plural: appsodyapplications
singular: appsodyapplication
scope: ""
scope: Namespaced
subresources:
status: {}
validation:
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/appsody/v1beta1/appsodyapplication_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ const (

// AppsodyApplication is the Schema for the appsodyapplications API
// +k8s:openapi-gen=true
// +kubebuilder:resource:path=appsodyapplications,scope=Namespaced
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="Image",type="string",JSONPath=".spec.applicationImage",priority=0,description="Absolute name of the deployed image containing registry and tag"
// +kubebuilder:printcolumn:name="Exposed",type="boolean",JSONPath=".spec.expose",priority=0,description="Specifies whether deployment is exposed externally via default Route"
Expand Down

0 comments on commit 7214a94

Please sign in to comment.