|
@@ -58,6 +58,10 @@ spec:
|
|
|
description: ExternalSecretDataRemoteRef defines Provider
|
|
description: ExternalSecretDataRemoteRef defines Provider
|
|
|
data location.
|
|
data location.
|
|
|
properties:
|
|
properties:
|
|
|
|
|
+ conversionStrategy:
|
|
|
|
|
+ default: Default
|
|
|
|
|
+ description: Used to define a conversion Strategy
|
|
|
|
|
+ type: string
|
|
|
key:
|
|
key:
|
|
|
description: Key is the key used in the Provider, mandatory
|
|
description: Key is the key used in the Provider, mandatory
|
|
|
type: string
|
|
type: string
|
|
@@ -91,6 +95,10 @@ spec:
|
|
|
description: Used to extract multiple key/value pairs from
|
|
description: Used to extract multiple key/value pairs from
|
|
|
one secret
|
|
one secret
|
|
|
properties:
|
|
properties:
|
|
|
|
|
+ conversionStrategy:
|
|
|
|
|
+ default: Default
|
|
|
|
|
+ description: Used to define a conversion Strategy
|
|
|
|
|
+ type: string
|
|
|
key:
|
|
key:
|
|
|
description: Key is the key used in the Provider, mandatory
|
|
description: Key is the key used in the Provider, mandatory
|
|
|
type: string
|
|
type: string
|
|
@@ -108,9 +116,11 @@ spec:
|
|
|
find:
|
|
find:
|
|
|
description: Used to find secrets based on tags or regular
|
|
description: Used to find secrets based on tags or regular
|
|
|
expressions
|
|
expressions
|
|
|
- maxProperties: 1
|
|
|
|
|
- minProperties: 1
|
|
|
|
|
properties:
|
|
properties:
|
|
|
|
|
+ conversionStrategy:
|
|
|
|
|
+ default: Default
|
|
|
|
|
+ description: Used to define a conversion Strategy
|
|
|
|
|
+ type: string
|
|
|
name:
|
|
name:
|
|
|
description: Finds secrets based on the name.
|
|
description: Finds secrets based on the name.
|
|
|
properties:
|
|
properties:
|
|
@@ -118,6 +128,9 @@ spec:
|
|
|
description: Finds secrets base
|
|
description: Finds secrets base
|
|
|
type: string
|
|
type: string
|
|
|
type: object
|
|
type: object
|
|
|
|
|
+ path:
|
|
|
|
|
+ description: A root path to start the find operations.
|
|
|
|
|
+ type: string
|
|
|
tags:
|
|
tags:
|
|
|
additionalProperties:
|
|
additionalProperties:
|
|
|
type: string
|
|
type: string
|