apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this name: "[Stable] ProjectHelmChartRepository" crd: 0000_10-project-helm-chart-repository.crd.yaml tests: onCreate: - name: Should be able to create a minimal ProjectHelmChartRepository initial: | apiVersion: helm.openshift.io/v1beta1 kind: ProjectHelmChartRepository spec: {} # No spec is required for a ProjectHelmChartRepository expected: | apiVersion: helm.openshift.io/v1beta1 kind: ProjectHelmChartRepository spec: {}