Browse Source

Update CRDs

rodrmartinez 4 years ago
parent
commit
fad68e163a

+ 7 - 2
deploy/crds/external-secrets.io_clustersecretstores.yaml

@@ -584,7 +584,9 @@ spec:
                                     type: string
                                     type: string
                                 type: object
                                 type: object
                               certificate:
                               certificate:
-                                description: Certificate is used for authentication.
+                                description: A reference to a specific 'key' within
+                                  a Secret resource, In some instances, `key` is a
+                                  required field.
                                 properties:
                                 properties:
                                   key:
                                   key:
                                     description: The key of the entry in the Secret
                                     description: The key of the entry in the Secret
@@ -630,9 +632,12 @@ spec:
                         - secretRef
                         - secretRef
                         type: object
                         type: object
                       remoteNamespace:
                       remoteNamespace:
+                        default: default
+                        description: Remote namespace to fetch the secrets from
                         type: string
                         type: string
                       server:
                       server:
-                        description: Server configures the Kubernetes instance URL.
+                        default: kubernetes.default
+                        description: configures the Kubernetes server Address.
                         type: string
                         type: string
                       user:
                       user:
                         type: string
                         type: string

+ 7 - 2
deploy/crds/external-secrets.io_secretstores.yaml

@@ -584,7 +584,9 @@ spec:
                                     type: string
                                     type: string
                                 type: object
                                 type: object
                               certificate:
                               certificate:
-                                description: Certificate is used for authentication.
+                                description: A reference to a specific 'key' within
+                                  a Secret resource, In some instances, `key` is a
+                                  required field.
                                 properties:
                                 properties:
                                   key:
                                   key:
                                     description: The key of the entry in the Secret
                                     description: The key of the entry in the Secret
@@ -630,9 +632,12 @@ spec:
                         - secretRef
                         - secretRef
                         type: object
                         type: object
                       remoteNamespace:
                       remoteNamespace:
+                        default: default
+                        description: Remote namespace to fetch the secrets from
                         type: string
                         type: string
                       server:
                       server:
-                        description: Server configures the Kubernetes instance URL.
+                        default: kubernetes.default
+                        description: configures the Kubernetes server Address.
                         type: string
                         type: string
                       user:
                       user:
                         type: string
                         type: string