Skip to content

Commit

Permalink
add crd for test
Browse files Browse the repository at this point in the history
Signed-off-by: RyderXia <ryder.xia@sap.com>
  • Loading branch information
runzexia committed Jul 27, 2020
1 parent 4f821cf commit 2e67a2a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/nginx-chart/templates/crd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: foos.samplecontroller.k8s.io
spec:
conversion:
strategy: None
group: samplecontroller.k8s.io
names:
kind: Foo
listKind: FooList
plural: foos
singular: foo
preserveUnknownFields: true
scope: Namespaced
versions:
- name: v1alpha1
served: true
storage: true

0 comments on commit 2e67a2a

Please sign in to comment.