crd matching for bitwardenSecret

This commit is contained in:
2025-03-19 22:27:44 +01:00
parent fbfe7b9986
commit ce3a6dfc6d
4 changed files with 81 additions and 11 deletions

View File

@ -39,10 +39,41 @@ spec:
spec:
description: BitwardenSecretSpec defines the desired state of BitwardenSecret.
properties:
foo:
description: Foo is an example field of BitwardenSecret. Edit bitwardensecret_types.go
to remove/update
annotations:
additionalProperties:
type: string
type: object
content:
items:
properties:
secretName:
type: string
secretRef:
type: string
secretScope:
type: string
required:
- secretName
- secretRef
- secretScope
type: object
type: array
id:
type: string
labels:
additionalProperties:
type: string
type: object
name:
type: string
namespace:
type: string
secretType:
type: string
required:
- content
- id
- name
type: object
status:
description: BitwardenSecretStatus defines the observed state of BitwardenSecret.

View File

@ -7,7 +7,6 @@ rules:
- apiGroups:
- lerentis.uploadfilter24.eu.lerentis.uploadfilter24.eu
resources:
- bitwardensecrets
- bitwardentemplates
- registrycredentials
verbs:
@ -21,7 +20,6 @@ rules:
- apiGroups:
- lerentis.uploadfilter24.eu.lerentis.uploadfilter24.eu
resources:
- bitwardensecrets/finalizers
- bitwardentemplates/finalizers
- registrycredentials/finalizers
verbs:
@ -29,7 +27,6 @@ rules:
- apiGroups:
- lerentis.uploadfilter24.eu.lerentis.uploadfilter24.eu
resources:
- bitwardensecrets/status
- bitwardentemplates/status
- registrycredentials/status
verbs: