mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Generate manifests
This commit is contained in:
parent
5764efe196
commit
a94b8db3f3
2 changed files with 7 additions and 3 deletions
|
@ -35,7 +35,7 @@ spec:
|
|||
description: ExternalSecretSpec defines the desired state of ExternalSecret
|
||||
properties:
|
||||
data:
|
||||
description: Data defines the connection betwen the Kubernetes Secret
|
||||
description: Data defines the connection between the Kubernetes Secret
|
||||
keys and the Provider data
|
||||
items:
|
||||
description: ExternalSecretData defines the connection between the
|
||||
|
@ -98,8 +98,12 @@ spec:
|
|||
description: SecretStoreRef defines which SecretStore to fetch the ExternalSecret
|
||||
data
|
||||
properties:
|
||||
kind:
|
||||
description: Kind of the SecretStore resource (SecretStore or ClusterSecretStore)
|
||||
Defaults to `SecretStore`
|
||||
type: string
|
||||
name:
|
||||
description: Name of the ExternalSecret resource
|
||||
description: Name of the SecretStore resource
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
|
|
|
@ -40,7 +40,7 @@ spec:
|
|||
properties:
|
||||
auth:
|
||||
description: Auth defines the information necessary to authenticate
|
||||
agains AWS
|
||||
against AWS
|
||||
properties:
|
||||
secretRef:
|
||||
properties:
|
||||
|
|
Loading…
Reference in a new issue