Skip to content

Commit 0a79882

Browse files
stevsmitSteven Smith
andauthored
Updates config fields from true to True (#1425)
Co-authored-by: Steven Smith <[email protected]>
1 parent 4432488 commit 0a79882

File tree

76 files changed

+138
-138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+138
-138
lines changed

modules/about-clair.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Clair 4.7.2 was released on 2023-10-09. The following changes have been made:
7070

7171
Clair 4.7.1 was released as part of {productname} 3.9.1. The following changes have been made:
7272

73-
* With this release, you can view unpatched vulnerabilities from {rhel} sources. If you want to view unpatched vulnerabilities, you can the set `ignore_unpatched` parameter to `false`. For example:
73+
* With this release, you can view unpatched vulnerabilities from {rhel} sources. If you want to view unpatched vulnerabilities, you can the set `ignore_unpatched` parameter to `False`. For example:
7474
+
7575
[source,terminal]
7676
----
@@ -80,7 +80,7 @@ updaters:
8080
ignore_unpatched: false
8181
----
8282
+
83-
To disable this feature, you can set `ignore_unpatched` to `true`.
83+
To disable this feature, you can set `ignore_unpatched` to `True`.
8484

8585
[id="clair-releases-47"]
8686
=== Clair 4.7

modules/backing-up-red-hat-quay-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This procedure describes how to create a backup of {productname-ocp} using the O
1515

1616
.Prerequisites
1717

18-
* A healthy {productname} deployment on {ocp} using the {productname} Operator. The status condition `Available` is set to `true`.
18+
* A healthy {productname} deployment on {ocp} using the {productname} Operator. The status condition `Available` is set to `True`.
1919
* The components `quay`, `postgres` and `objectstorage` are set to `managed: true`
2020
* If the component `clair` is set to `managed: true` the component `clairpostgres` is also set to `managed: true` (starting with {productname} v3.7 or later)
2121

modules/clair-export-bundle-standalone.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Use the following procedure to export the updaters bundle from a Clair instance
1212

1313
* You have installed the `clairctl` command line utility tool.
1414
* You have deployed Clair.
15-
* The `disable_updaters` and `airgap` parameters are set to `true` in your Clair `config.yaml` file.
15+
* The `disable_updaters` and `airgap` parameters are set to `True` in your Clair `config.yaml` file.
1616
1717
.Procedure
1818

modules/clair-export-bundle.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Use the following procedure to export the updaters bundle from a Clair instance
1212

1313
* You have installed the `clairctl` command line utility tool.
1414
* You have retrieved and decoded the Clair configuration secret, and saved it to a Clair `config.yaml` file.
15-
* The `disable_updaters` and `airgap` parameters are set to `true` in your Clair `config.yaml` file.
15+
* The `disable_updaters` and `airgap` parameters are set to `True` in your Clair `config.yaml` file.
1616
1717
.Procedure
1818

modules/clair-openshift-airgap-database-standalone.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Use the following procedure to configure access to the Clair database in your di
1212

1313
* You have installed the `clairctl` command line utility tool.
1414
* You have deployed Clair.
15-
* The `disable_updaters` and `airgap` parameters are set to `true` in your Clair `config.yaml` file.
15+
* The `disable_updaters` and `airgap` parameters are set to `True` in your Clair `config.yaml` file.
1616
* You have exported the updaters bundle from a Clair instance that has access to the internet.
1717
1818
.Procedure

modules/clair-openshift-airgap-database.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Use the following procedure to configure access to the Clair database in your di
1212

1313
* You have installed the `clairctl` command line utility tool.
1414
* You have retrieved and decoded the Clair configuration secret, and saved it to a Clair `config.yaml` file.
15-
* The `disable_updaters` and `airgap` parameters are set to `true` in your Clair `config.yaml` file.
15+
* The `disable_updaters` and `airgap` parameters are set to `True` in your Clair `config.yaml` file.
1616
* You have exported the updaters bundle from a Clair instance that has access to the internet.
1717
1818
.Procedure

modules/clair-openshift-airgap-import-bundle-standalone.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Use the following procedure to import the updaters bundle into your disconnected
1212

1313
* You have installed the `clairctl` command line utility tool.
1414
* You have deployed Clair.
15-
* The `disable_updaters` and `airgap` parameters are set to `true` in your Clair `config.yaml` file.
15+
* The `disable_updaters` and `airgap` parameters are set to `True` in your Clair `config.yaml` file.
1616
* You have exported the updaters bundle from a Clair instance that has access to the internet.
1717
* You have transferred the updaters bundle into your disconnected environment.
1818

modules/clair-openshift-airgap-import-bundle.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Use the following procedure to import the updaters bundle into your disconnected
1313

1414
* You have installed the `clairctl` command line utility tool.
1515
* You have retrieved and decoded the Clair configuration secret, and saved it to a Clair `config.yaml` file.
16-
* The `disable_updaters` and `airgap` parameters are set to `true` in your Clair `config.yaml` file.
16+
* The `disable_updaters` and `airgap` parameters are set to `True` in your Clair `config.yaml` file.
1717
* You have exported the updaters bundle from a Clair instance that has access to the internet.
1818
* You have transferred the updaters bundle into your disconnected environment.
1919

modules/clair-openshift-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use the following procedure to retrieve and decode the configuration secret for
2121
$ oc get secret -n quay-enterprise example-registry-clair-config-secret -o "jsonpath={$.data['config\.yaml']}" | base64 -d > clair-config.yaml
2222
----
2323

24-
. Update the `clair-config.yaml` file so that the `disable_updaters` and `airgap` parameters are set to `true`, for example:
24+
. Update the `clair-config.yaml` file so that the `disable_updaters` and `airgap` parameters are set to `True`, for example:
2525
+
2626
[source,yaml]
2727
----

modules/clair-standalone-config-location.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use the following procedure to deploy a self-managed Clair container for disconn
2121
$ mkdir /etc/clairv4/config/
2222
----
2323

24-
. Create a Clair configuration file with the `disable_updaters` parameter set to `true`, for example:
24+
. Create a Clair configuration file with the `disable_updaters` parameter set to `True`, for example:
2525
+
2626
[source,yaml]
2727
----

0 commit comments

Comments
 (0)