work in progress to support raw template types
This commit is contained in:
34
charts/bitwarden-crd-operator/crds/template.yaml
Normal file
34
charts/bitwarden-crd-operator/crds/template.yaml
Normal file
@ -0,0 +1,34 @@
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: bitwarden-templates.lerentis.uploadfilter24.eu
|
||||
spec:
|
||||
scope: Namespaced
|
||||
group: lerentis.uploadfilter24.eu
|
||||
names:
|
||||
kind: BitwardenTemplate
|
||||
plural: bitwarden-templates
|
||||
singular: bitwarden-template
|
||||
shortNames:
|
||||
- bwt
|
||||
versions:
|
||||
- name: v1beta1
|
||||
served: true
|
||||
storage: true
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
type: object
|
||||
properties:
|
||||
spec:
|
||||
type: object
|
||||
properties:
|
||||
template:
|
||||
type: string
|
||||
namespace:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
required:
|
||||
- template
|
||||
- namespace
|
||||
- name
|
Reference in New Issue
Block a user