1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Fix typos

This commit is contained in:
Jonatas Baldin 2020-11-24 11:50:36 +01:00
parent b9926d2062
commit 0507f09600
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@ type ExternalSecretSpec struct {
// +optional
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
Data []ExternalSecretData `json:"data,omitempty"`

View file

@ -30,7 +30,7 @@ type AWSSMAuthSecretRef struct {
// Configures a store to sync secrets using the AWS Secret Manager provider
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"`
// Role is a Role ARN which the SecretManager provider will assume