Skip to content

Commit 94a5417

Browse files
Merge pull request #286 from ratailor/fix-broken-links
fix: update broken and outdated documentation URLs
2 parents dfb1823 + d4d62cb commit 94a5417

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

api/v1beta1/webhook_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import (
4343
)
4444

4545
// These tests use Ginkgo (BDD-style Go testing framework). Refer to
46-
// http://onsi.github.io/ginkgo/ to learn more about Ginkgo.
46+
// https://onsi.github.io/ginkgo/ to learn more about Ginkgo.
4747

4848
var (
4949
cfg *rest.Config

config/certmanager/certificate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The following manifests contain a self-signed issuer CR and a certificate CR.
22
# More document can be found at https://docs.cert-manager.io
3-
# WARNING: Targets CertManager v1.0. Check https://cert-manager.io/docs/installation/upgrading/ for breaking changes.
3+
# WARNING: Targets CertManager v1.0. Check https://cert-manager.io/docs/installation/upgrade/ for breaking changes.
44
apiVersion: cert-manager.io/v1
55
kind: Issuer
66
metadata:

controllers/barbicanapi_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ func (r *BarbicanAPIReconciler) reconcileNormal(ctx context.Context, instance *b
867867
}
868868

869869
// Mark the Deployment as Ready only if the number of Replicas is equals
870-
// to the Deployed instances (ReadyCount), and the the Status.Replicas
870+
// to the Deployed instances (ReadyCount), and the Status.Replicas
871871
// match Status.ReadyReplicas. If a deployment update is in progress,
872872
// Replicas > ReadyReplicas.
873873
// In addition, make sure the controller sees the last Generation

controllers/barbicankeystonelistener_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ func (r *BarbicanKeystoneListenerReconciler) reconcileNormal(ctx context.Context
626626
}
627627

628628
// Mark the Deployment as Ready only if the number of Replicas is equals
629-
// to the Deployed instances (ReadyCount), and the the Status.Replicas
629+
// to the Deployed instances (ReadyCount), and the Status.Replicas
630630
// match Status.ReadyReplicas. If a deployment update is in progress,
631631
// Replicas > ReadyReplicas.
632632
// In addition, make sure the controller sees the last Generation

controllers/barbicanworker_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ func (r *BarbicanWorkerReconciler) reconcileNormal(ctx context.Context, instance
624624
}
625625

626626
// Mark the Deployment as Ready only if the number of Replicas is equals
627-
// to the Deployed instances (ReadyCount), and the the Status.Replicas
627+
// to the Deployed instances (ReadyCount), and the Status.Replicas
628628
// match Status.ReadyReplicas. If a deployment update is in progress,
629629
// Replicas > ReadyReplicas.
630630
// In addition, make sure the controller sees the last Generation

kuttl-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# 1. Latest version of kuttl is installed at /usr/local/bin/kubectl-kuttl
99
# 2. An OCP 4.10+ CRC cluster with Podified Operators has been deployed
1010
# 3. CLI user has access to $KUBECONFIG
11-
# 4. The environment variable INSTALL_YAMLS is set to the the path of the
11+
# 4. The environment variable INSTALL_YAMLS is set to the path of the
1212
# install_yamls repo
1313

1414
apiVersion: kuttl.dev/v1beta1

tests/functional/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import (
4646
)
4747

4848
// These tests use Ginkgo (BDD-style Go testing framework). Refer to
49-
// http://onsi.github.io/ginkgo/ to learn more about Ginkgo.
49+
// https://onsi.github.io/ginkgo/ to learn more about Ginkgo.
5050

5151
var (
5252
cfg *rest.Config

0 commit comments

Comments
 (0)