Skip to content

Commit 62ac9d5

Browse files
stevsmitSteven Smith
andauthored
Fixes a few nits in the deploy guide (quay#1455)
Co-authored-by: Steven Smith <[email protected]>
1 parent db5370a commit 62ac9d5

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

modules/first-user-api.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ If successful, the command returns an object with the username, email, and encry
3434
+
3535
[source,yaml]
3636
----
37-
{"access_token":"6B4QTRSTSD1HMIG915VPX7BMEZBVB9GPNY2FC2ED", "email":"[email protected]","encrypted_password":"<password>","username":"quayadmin"} # gitleaks:allow
37+
{"access_token":"123456789", "email":"[email protected]","encrypted_password":"<password>","username":"quayadmin"} # gitleaks:allow
3838
----
3939
+
40-
If a user already exists in the database, an error is returned. For example::
40+
If a user already exists in the database, an error is returned. For example:
4141
+
4242
[source,terminal]
4343
----

modules/operator-components-unmanaged.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
[id="operator-components-unmanaged"]
33
= Using unmanaged components for dependencies
44

5-
Although the {productname} Operator provides an opinionated deployment by automatically managing all required dependencies, this approach may not be suitable for every environment. If you need to integrate existing infrastructure or require specific configurations, you can leverage the Operator to use external, or _unmanaged_, resources instead. An unmanaged component is any core dependency—such as PostgreSQL, Redis, or object storage—that you deploy and maintain outside of the Operator's control.
5+
Although the {productname} Operator provides an opinionated deployment by automatically managing all required dependencies, this approach might not be suitable for every environment. If you need to integrate existing infrastructure or require specific configurations, you can leverage the Operator to use external, or _unmanaged_, resources instead. An unmanaged component is any core dependency—such as PostgreSQL, Redis, or object storage—that you deploy and maintain outside of the Operator's control.
66

77
[NOTE]
88
====
99
If you are using an unmanaged PostgreSQL database, and the version is PostgreSQL 10, it is highly recommended that you upgrade to PostgreSQL 13. PostgreSQL 10 had its final release on November 10, 2022 and is no longer supported. For more information, see the link:https://www.postgresql.org/support/versioning/[PostgreSQL Versioning Policy].
1010
====
11-
12-
For more information about unmanaged components, see. . .
11+
////
12+
For more information about unmanaged components, see. . .
13+
////

modules/operator-config-bundle-secret.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The `configBundleSecret` stores the `config.yaml` file. {productname} administra
1212
* Feature flags
1313
* Notification settings
1414
15-
{productname} might update this secret for the following reasons:
15+
{productname} administrators might update this secret for the following reasons:
1616

1717
* Enable a new authentication method
1818
* Add custom SSL/TLS certificates

0 commit comments

Comments
 (0)