mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-25 18:43:20 +00:00
17 lines
572 B
YAML
17 lines
572 B
YAML
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
|
|
name: "[Stable] Authentication"
|
|
crd: 0000_50_cluster-authentication-operator_01_config.crd.yaml
|
|
tests:
|
|
onCreate:
|
|
- name: Should be able to create a minimal Authentication
|
|
initial: |
|
|
apiVersion: operator.openshift.io/v1
|
|
kind: Authentication
|
|
spec: {} # No spec is required for a Authentication
|
|
expected: |
|
|
apiVersion: operator.openshift.io/v1
|
|
kind: Authentication
|
|
spec:
|
|
logLevel: Normal
|
|
operatorLogLevel: Normal
|