Skip to content

Commit 0daa046

Browse files
committed
fix: linting fixes
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent f5ca5f6 commit 0daa046

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

charts/all/letsencrypt/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
## Forked from [Validated patterns lets encrypt chart.](https://github.com/validatedpatterns/letsencrypt-chart)
44

55
## Design for Azure
6-
Cert-manager needs the azure resource group for a zone in order to manage the DNS.
6+
7+
Cert-manager needs the azure resource group for a zone in order to manage the DNS.
78
Unfortunately this is a little tricky to get.
89

910
To get this running on azure two compromises have been made
10-
1. The required information (managed_zone_name and managed_zone resource group) can be obtained via the ansible imperative framework.
11+
1. The required information (managed_zone_name and managed_zone resource group) can be obtained via the ansible imperative framework.
1112

1213
2. The imperative framework is limited terms of feedback / logging. Please test carefully.
1314

charts/coco-supported/kbs-access/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Using separate repository for build rather than integrated content is discourage
66

77
The separate repository is because Coco (via the Kata guest components) must be served by an image registry using a TLS connection with a well known CA (as of today).
88

9-
This chart will be updated as that position changes.
9+
This chart will be updated as that position changes.

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = { extends: ["@commitlint/config-conventional"] };
1+
module.exports = { extends: ['@commitlint/config-conventional'] }

rhdp/rhdp-cluster-define.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def setup_install(
4949
pull_secret = pull_secret_path.expanduser().read_text()
5050
rhdp_dir = pattern_dir / "rhdp"
5151
jinja_env = Environment(
52-
loader=FileSystemLoader(searchpath= rhdp_dir), autoescape=select_autoescape()
52+
loader=FileSystemLoader(searchpath=rhdp_dir), autoescape=select_autoescape()
5353
)
5454
config_template = jinja_env.get_template("install-config.yaml.j2")
5555
output_text = config_template.render(

0 commit comments

Comments
 (0)