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:
parent
b9926d2062
commit
0507f09600
2 changed files with 2 additions and 2 deletions
|
@ -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"`
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue