Skip to content

Commit 2fbfe07

Browse files
stevsmitSteven Smith
andauthored
Updates ALLOW_PULLS from string to boolean (quay#1402)
Co-authored-by: Steven Smith <[email protected]>
1 parent cd62861 commit 2fbfe07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/config-debug-variables.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following variables control how {productname} logs events, exposes debugging
1515
Setting `USERS_DEBUG=1` exposes credentials in clear text. This variable should be removed from the {productname} deployment after debugging. The log file that is generated with this environment variable should be scrutinized, and passwords should be removed before sending to other users. Use with caution.
1616
====
1717

18-
| **ALLOW_PULLS_WITHOUT_STRICT_LOGGING** | String | If true, pulls will still succeed even if the pull audit log entry cannot be written . This is useful if the database is in a read-only state and it is desired for pulls to continue during that time. +
18+
| **ALLOW_PULLS_WITHOUT_STRICT_LOGGING** | Boolean | If true, pulls will still succeed even if the pull audit log entry cannot be written . This is useful if the database is in a read-only state and it is desired for pulls to continue during that time. +
1919
+
2020
**Default:** False
2121

modules/config-fields-misc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[cols="3a,1a,2a",options="header"]
77
|===
88
| Field | Type | Description
9-
| **ALLOW_PULLS_WITHOUT_STRICT_LOGGING** | String | If true, pulls will still succeed even if the pull audit log entry cannot be written . This is useful if the database is in a read-only state and it is desired for pulls to continue during that time. +
9+
| **ALLOW_PULLS_WITHOUT_STRICT_LOGGING** | Boolean | If true, pulls will still succeed even if the pull audit log entry cannot be written . This is useful if the database is in a read-only state and it is desired for pulls to continue during that time. +
1010
+
1111
**Default:** False
1212
| **AVATAR_KIND** | String | The types of avatars to display, either generated inline (local) or Gravatar (gravatar) +

0 commit comments

Comments
 (0)