Browse Source

Fix typos

Jonatas Baldin 5 years ago
parent
commit
0507f09600
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/v1alpha1/externalsecret_types.go
  2. 1 1
      api/v1alpha1/secretstore_awssm_types.go

+ 1 - 1
api/v1alpha1/externalsecret_types.go

@@ -106,7 +106,7 @@ type ExternalSecretSpec struct {
 	// +optional
 	// +optional
 	RefreshInterval string `json:"refreshInterval,omitempty"`
 	RefreshInterval string `json:"refreshInterval,omitempty"`
 
 
-	// Data defines the connection betwen the Kubernetes Secret keys and the Provider data
+	// Data defines the connection between the Kubernetes Secret keys and the Provider data
 	// +optional
 	// +optional
 	Data []ExternalSecretData `json:"data,omitempty"`
 	Data []ExternalSecretData `json:"data,omitempty"`
 
 

+ 1 - 1
api/v1alpha1/secretstore_awssm_types.go

@@ -30,7 +30,7 @@ type AWSSMAuthSecretRef struct {
 
 
 // Configures a store to sync secrets using the AWS Secret Manager provider
 // Configures a store to sync secrets using the AWS Secret Manager provider
 type AWSSMProvider struct {
 type AWSSMProvider struct {
-	// Auth defines the information necessary to authenticate agains AWS
+	// Auth defines the information necessary to authenticate against AWS
 	Auth AWSSMAuth `json:"auth"`
 	Auth AWSSMAuth `json:"auth"`
 
 
 	// Role is a Role ARN which the SecretManager provider will assume
 	// Role is a Role ARN which the SecretManager provider will assume