Update secret-store
This commit is contained in:
parent
fc8d34e4a9
commit
3d54f0c30d
4 changed files with 10 additions and 25 deletions
|
|
@ -12,6 +12,7 @@ spec:
|
|||
listKind: SecretProviderClassList
|
||||
plural: secretproviderclasses
|
||||
singular: secretproviderclass
|
||||
preserveUnknownFields: false
|
||||
scope: Namespaced
|
||||
validation:
|
||||
openAPIV3Schema:
|
||||
|
|
@ -59,6 +60,11 @@ spec:
|
|||
type: string
|
||||
type: object
|
||||
type: array
|
||||
labels:
|
||||
additionalProperties:
|
||||
type: string
|
||||
description: labels of K8s secret object
|
||||
type: object
|
||||
secretName:
|
||||
description: name of the K8s secret object
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue