Closed scottgreenup closed 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
kubectl create
This PR adds those fields which get omitted when empty.
The output for
Was missing the following:
Which made it impossible to pipe into
kubectl create
This PR adds those fields which get omitted when empty.