added release workflow for github

This commit is contained in:
2022-10-03 16:21:12 +02:00
parent ec5814f9b2
commit 5b25a2057b
12 changed files with 31 additions and 0 deletions

@@ -0,0 +1,48 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: bitwarden-secrets.lerentis.uploadfilter24.eu
spec:
scope: Namespaced
group: lerentis.uploadfilter24.eu
names:
kind: BitwardenSecret
plural: bitwarden-secrets
singular: bitwarden-secret
shortNames:
- bws
versions:
- name: v1beta2
served: true
storage: true
schema:
openAPIV3Schema:
type: object
properties:
spec:
type: object
properties:
content:
type: array
items:
type: object
properties:
element:
type: object
properties:
secretName:
type: string
secretRef:
type: string
required:
- secretName
id:
type: string
namespace:
type: string
name:
type: string
required:
- id
- namespace
- name