Browse Source

fix: update CRDs

Docs 4 years ago
parent
commit
bdc5d9b378

+ 15 - 2
config/crds/bases/external-secrets.io_clusterexternalsecrets.yaml

@@ -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

+ 15 - 2
deploy/crds/bundle.yaml

@@ -48,6 +48,10 @@ spec:
                           remoteRef:
                           remoteRef:
                             description: ExternalSecretDataRemoteRef defines Provider data location.
                             description: ExternalSecretDataRemoteRef defines Provider 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
@@ -76,6 +80,10 @@ spec:
                           extract:
                           extract:
                             description: Used to extract multiple key/value pairs from one secret
                             description: Used to extract multiple key/value pairs from 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
@@ -90,9 +98,11 @@ spec:
                             type: object
                             type: object
                           find:
                           find:
                             description: Used to find secrets based on tags or regular expressions
                             description: Used to find secrets based on tags or regular 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:
@@ -100,6 +110,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