Skip to content

Commit

Permalink
Merge pull request #6949 from findnature/master
Browse files Browse the repository at this point in the history
chore: remove repetitive words
  • Loading branch information
cert-manager-prow[bot] committed Apr 26, 2024
2 parents 69d9998 + f9f2e1c commit 76153b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion design/20190708.certificate-request-crd.md
Expand Up @@ -111,7 +111,7 @@ same code base and repository.
- This proposal does not document or explore possible or planned integrations
using this new functionality.
- This proposal will not investigate possible alignment or merging with the
Kubernetes internal `CertificateSigningRequest` resource. Although is is of
Kubernetes internal `CertificateSigningRequest` resource. Although it is of
interest, the motivation is mostly in order to get a built-in approval workflow
for CertificateRequests. The feasibility of being able to implement a solution
using the built-in type in the near future however is small, so we'd rather
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/feature/features.go
Expand Up @@ -107,7 +107,7 @@ const (
// `controller.cert-manager.io/fao` label. By default all Certificate
// Secrets are labelled with controller.cert-manager.io/fao label. Users
// can also label other Secrets, such as issuer credentials Secrets that
// they know cert-manager will need access to to speed up issuance.
// they know cert-manager will need to access, to speed up issuance.
// See https://github.com/cert-manager/cert-manager/blob/master/design/20221205-memory-management.md
SecretsFilteredCaching featuregate.Feature = "SecretsFilteredCaching"

Expand Down
2 changes: 1 addition & 1 deletion test/integration/certificates/issuing_controller_test.go
Expand Up @@ -943,7 +943,7 @@ func Test_IssuingController_AdditionalOutputFormats(t *testing.T) {
pkDER := block.Bytes
combinedPEM := append(append(pkBytes, '\n'), certPEM...)

// Wait for the additional output format values to to be observed on the Secret.
// Wait for the additional output format values to be observed on the Secret.
err = wait.PollUntilContextCancel(ctx, time.Millisecond*100, true, func(ctx context.Context) (done bool, err error) {
secret, err := kubeClient.CoreV1().Secrets(namespace).Get(ctx, secretName, metav1.GetOptions{})
if err != nil {
Expand Down

0 comments on commit 76153b3

Please sign in to comment.