atlassian / smith

Smith is a Kubernetes workflow engine / resource manager
Apache License 2.0
285 stars 24 forks source link

Add Meta field to Bundle output from //cmd/crd #251

Closed scottgreenup closed 6 years ago

scottgreenup commented 6 years ago

The output for

bazel run //cmd/crd -- -print-bundle=yaml

Was missing the following:

apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition

Which made it impossible to pipe into kubectl create

This PR adds those fields which get omitted when empty.