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