meta-operator/templates/oidcapplication.yml

39 lines
886 B
YAML

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: oidcapplications.codemowers.io
spec:
group: codemowers.io
names:
plural: oidcapplications
singular: oidcapplication
kind: OIDCApplication
scope: Namespaced
versions:
- name: v1alpha1
served: true
storage: true
schema:
openAPIV3Schema:
required:
- spec
type: object
properties:
spec:
required:
- secretRef
type: object
properties:
secretRef:
required:
- name
- key
type: object
description: Secret reference
properties:
name:
type: string
key:
type: string