crd matching for bitwardenSecret
This commit is contained in:
@ -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.
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user