Skip to content

Commit

Permalink
Add singular and short names to scaledobject spec (#211)
Browse files Browse the repository at this point in the history
* Add singular and short names to scaledobject spec

* Delete second shortname


Former-commit-id: c08883a
  • Loading branch information
lee0c authored and yaron2 committed May 22, 2019
1 parent ea721c4 commit 855bab3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chart/keda/templates/scaledobject-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ spec:
version: v1alpha1
names:
kind: ScaledObject
singular: scaledobject
plural: scaledobjects
shortNames:
- sco
scope: Namespaced
{{- end -}}

0 comments on commit 855bab3

Please sign in to comment.