Skip to content

Commit 1176223

Browse files
author
Nick Perry
committed
Update explicitTemplateSelection description in CRDs
Signed-off-by: Nick Perry <[email protected]>
1 parent 7b0d4ee commit 1176223

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

charts/aws-pca-issuer/crds/awspca.cert-manager.io_awspcaclusterissuers.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ spec:
4545
type: string
4646
explicitTemplateSelection:
4747
description: |-
48-
When set to true, Certificates can explicitly select a specific
48+
When set to true, Certificate resources can explicitly select a specific
4949
PCA template via the aws-privateca.cert-manager.io/template-arn annotation.
50-
When false, this Certifcate annotation will be ignored and template
51-
selection will be based on the Certificate spec.
50+
When set to false, that annotation will be ignored and template selection
51+
will be automatic, based on the Certificate spec.
5252
type: boolean
5353
region:
5454
description: Should contain the AWS region if it cannot be inferred

charts/aws-pca-issuer/crds/awspca.cert-manager.io_awspcaissuers.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ spec:
4444
type: string
4545
explicitTemplateSelection:
4646
description: |-
47-
When set to true, Certificates can explicitly select a specific
47+
When set to true, Certificate resources can explicitly select a specific
4848
PCA template via the aws-privateca.cert-manager.io/template-arn annotation.
49-
When false, this Certifcate annotation will be ignored and template
50-
selection will be based on the Certificate spec.
49+
When set to false, that annotation will be ignored and template selection
50+
will be automatic, based on the Certificate spec.
5151
type: boolean
5252
region:
5353
description: Should contain the AWS region if it cannot be inferred

config/crd/bases/awspca.cert-manager.io_awspcaclusterissuers.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ spec:
4545
type: string
4646
explicitTemplateSelection:
4747
description: |-
48-
When set to true, Certificates can explicitly select a specific
48+
When set to true, Certificate resources can explicitly select a specific
4949
PCA template via the aws-privateca.cert-manager.io/template-arn annotation.
50-
When false, this Certificate annotation will be ignored and template
51-
selection will be based on the Certificate spec.
50+
When set to false, that annotation will be ignored and template selection
51+
will be automatic, based on the Certificate spec.
5252
type: boolean
5353
region:
5454
description: Should contain the AWS region if it cannot be inferred

config/crd/bases/awspca.cert-manager.io_awspcaissuers.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ spec:
4444
type: string
4545
explicitTemplateSelection:
4646
description: |-
47-
When set to true, Certificates can explicitly select a specific
47+
When set to true, Certificate resources can explicitly select a specific
4848
PCA template via the aws-privateca.cert-manager.io/template-arn annotation.
49-
When false, this Certifcate annotation will be ignored and template
50-
selection will be based on the Certificate spec.
49+
When set to false, that annotation will be ignored and template selection
50+
will be automatic, based on the Certificate spec.
51+
type: boolean
5152
region:
5253
description: Should contain the AWS region if it cannot be inferred
5354
type: string

0 commit comments

Comments
 (0)