Skip to content

Commit f7fe553

Browse files
authored
Add short name to crd (#25)
* add shortNames * remove the service account from bundle
1 parent dba94e7 commit f7fe553

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

bundle/manifests/ibm-namespace-scope-operator_v1_serviceaccount.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

bundle/manifests/operator.ibm.com_namespacescopes.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ spec:
1212
listKind: NamespaceScopeList
1313
plural: namespacescopes
1414
singular: namespacescope
15+
shortNames:
16+
- nss
1517
scope: Namespaced
1618
subresources:
1719
status: {}

config/crd/bases/operator.ibm.com_namespacescopes.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ spec:
1414
listKind: NamespaceScopeList
1515
plural: namespacescopes
1616
singular: namespacescope
17+
shortNames:
18+
- nss
1719
scope: Namespaced
1820
subresources:
1921
status: {}

0 commit comments

Comments
 (0)