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