...
1apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
2name: "[Stable] Config"
3crd: 00_imageregistry.crd.yaml
4tests:
5 onCreate:
6 - name: Should be able to create a minimal Config
7 initial: |
8 apiVersion: imageregistry.operator.openshift.io/v1
9 kind: Config
10 spec:
11 replicas: 1
12 expected: |
13 apiVersion: imageregistry.operator.openshift.io/v1
14 kind: Config
15 spec:
16 logLevel: Normal
17 operatorLogLevel: Normal
18 replicas: 1
View as plain text