Browse Source

Merge pull request #1061 from gservat/patch-1

Fix case in Gitlab description
paul-the-alien[bot] 4 years ago
parent
commit
fbc038f07b

+ 1 - 1
apis/externalsecrets/v1alpha1/secretstore_types.go

@@ -70,7 +70,7 @@ type SecretStoreProvider struct {
 	// +optional
 	YandexLockbox *YandexLockboxProvider `json:"yandexlockbox,omitempty"`
 
-	// GItlab configures this store to sync secrets using Gitlab Variables provider
+	// Gitlab configures this store to sync secrets using Gitlab Variables provider
 	// +optional
 	Gitlab *GitlabProvider `json:"gitlab,omitempty"`
 

+ 1 - 1
apis/externalsecrets/v1beta1/secretstore_types.go

@@ -74,7 +74,7 @@ type SecretStoreProvider struct {
 	// +optional
 	YandexLockbox *YandexLockboxProvider `json:"yandexlockbox,omitempty"`
 
-	// GItlab configures this store to sync secrets using Gitlab Variables provider
+	// Gitlab configures this store to sync secrets using Gitlab Variables provider
 	// +optional
 	Gitlab *GitlabProvider `json:"gitlab,omitempty"`
 

+ 2 - 2
config/crds/bases/external-secrets.io_clustersecretstores.yaml

@@ -487,7 +487,7 @@ spec:
                         type: string
                     type: object
                   gitlab:
-                    description: GItlab configures this store to sync secrets using
+                    description: Gitlab configures this store to sync secrets using
                       Gitlab Variables provider
                     properties:
                       auth:
@@ -1848,7 +1848,7 @@ spec:
                         type: string
                     type: object
                   gitlab:
-                    description: GItlab configures this store to sync secrets using
+                    description: Gitlab configures this store to sync secrets using
                       Gitlab Variables provider
                     properties:
                       auth:

+ 2 - 2
config/crds/bases/external-secrets.io_secretstores.yaml

@@ -487,7 +487,7 @@ spec:
                         type: string
                     type: object
                   gitlab:
-                    description: GItlab configures this store to sync secrets using
+                    description: Gitlab configures this store to sync secrets using
                       Gitlab Variables provider
                     properties:
                       auth:
@@ -1851,7 +1851,7 @@ spec:
                         type: string
                     type: object
                   gitlab:
-                    description: GItlab configures this store to sync secrets using
+                    description: Gitlab configures this store to sync secrets using
                       Gitlab Variables provider
                     properties:
                       auth:

+ 4 - 4
deploy/crds/bundle.yaml

@@ -702,7 +702,7 @@ spec:
                           type: string
                       type: object
                     gitlab:
-                      description: GItlab configures this store to sync secrets using Gitlab Variables provider
+                      description: Gitlab configures this store to sync secrets using Gitlab Variables provider
                       properties:
                         auth:
                           description: Auth configures how secret-manager authenticates with a GitLab instance.
@@ -1702,7 +1702,7 @@ spec:
                           type: string
                       type: object
                     gitlab:
-                      description: GItlab configures this store to sync secrets using Gitlab Variables provider
+                      description: Gitlab configures this store to sync secrets using Gitlab Variables provider
                       properties:
                         auth:
                           description: Auth configures how secret-manager authenticates with a GitLab instance.
@@ -3253,7 +3253,7 @@ spec:
                           type: string
                       type: object
                     gitlab:
-                      description: GItlab configures this store to sync secrets using Gitlab Variables provider
+                      description: Gitlab configures this store to sync secrets using Gitlab Variables provider
                       properties:
                         auth:
                           description: Auth configures how secret-manager authenticates with a GitLab instance.
@@ -4256,7 +4256,7 @@ spec:
                           type: string
                       type: object
                     gitlab:
-                      description: GItlab configures this store to sync secrets using Gitlab Variables provider
+                      description: Gitlab configures this store to sync secrets using Gitlab Variables provider
                       properties:
                         auth:
                           description: Auth configures how secret-manager authenticates with a GitLab instance.