Apply suggestions from code review

Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
This commit is contained in:
eddycharly 2021-09-29 13:38:29 +02:00 committed by GitHub
parent 7c8c9b9a23
commit e438897665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -4334,7 +4334,7 @@ spec:
properties:
additionalAudiences:
description: AdditionalAudiences adds user defined audiences to
the provisionned AWS OIDC provider
the provisioned AWS OIDC provider
items:
type: string
type: array

View File

@ -223,7 +223,7 @@ type ServiceAccountIssuerDiscoveryConfig struct {
DiscoveryStore string `json:"discoveryStore,omitempty"`
// EnableAWSOIDCProvider will provision an AWS OIDC provider that trusts the ServiceAccount Issuer
EnableAWSOIDCProvider bool `json:"enableAWSOIDCProvider,omitempty"`
// AdditionalAudiences adds user defined audiences to the provisionned AWS OIDC provider
// AdditionalAudiences adds user defined audiences to the provisioned AWS OIDC provider
AdditionalAudiences []string `json:"additionalAudiences,omitempty"`
}

View File

@ -221,7 +221,7 @@ type ServiceAccountIssuerDiscoveryConfig struct {
DiscoveryStore string `json:"discoveryStore,omitempty"`
// EnableAWSOIDCProvider will provision an AWS OIDC provider that trusts the ServiceAccount Issuer
EnableAWSOIDCProvider bool `json:"enableAWSOIDCProvider,omitempty"`
// AdditionalAudiences adds user defined audiences to the provisionned AWS OIDC provider
// AdditionalAudiences adds user defined audiences to the provisioned AWS OIDC provider
AdditionalAudiences []string `json:"additionalAudiences,omitempty"`
}