Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ docs-kustomize-examples: oc yq ## Generate updated docs from examples using kust
# More info on the usage of ANSI control characters for terminal formatting:
# https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters
# More info on the awk command:
# http://linuxcommand.org/lc3_adv_awk.php
# https://linuxcommand.org/lc3_adv_awk.php

.PHONY: help
help: ## Display this help.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install all required operator dependencies for installing/managing OpenStack.

## Description

This project is built, modeled, and maintained with [operator-sdk] (https://github.com/operator-framework/operator-sdk).
This project is built, modeled, and maintained with [operator-sdk](https://github.com/operator-framework/operator-sdk).

## Getting Started
You’ll need a Kubernetes cluster to run against. You can use [KIND](https://sigs.k8s.io/kind) to get a local cluster for testing, or run against a remote cluster.
Expand Down
2 changes: 1 addition & 1 deletion docs/assemblies/tls.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ in `lib-common`, which is set to the label "osp-rootca-issuer-internal" for the
==== keyUsages

This attribute is a list of key uages to be included as key usage extensions in the certificate. The
strings that correspond to valid usages are provided by the https://github.com/cert-manager/cert-manager/pkg/apis/certmanager/v1/types.go[certmanage api].
strings that correspond to valid usages are provided by the https://github.com/cert-manager/cert-manager/blob/master/pkg/apis/certmanager/v1/types.go[certmanage api].
If this attribute is not provided, the default set of key usages as defined in https://github.com/openstack-k8s-operators/lib-common/blob/main/modules/certmanager/certificate.go[lib-common].
will be used. These are "key encipherment", "digital signature" and "server auth". In the above examples, we
see that libvirt defines this attribute because the "client auth" key usage is also needed.
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/ctlplane/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import (
)

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

var (
cfg *rest.Config
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/dataplane/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import (
)

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

var (
k8sClient client.Client // You'll be using this client in your tests.
Expand Down