apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this name: "[Stable] InsightsOperator" crd: 0000_50_insights-operator_00-insightsoperator.crd.yaml tests: onCreate: - name: Should be able to create a minimal InsightsOperator initial: | apiVersion: operator.openshift.io/v1 kind: InsightsOperator spec: {} # No spec is required for a InsightsOperator expected: | apiVersion: operator.openshift.io/v1 kind: InsightsOperator spec: logLevel: Normal operatorLogLevel: Normal