8000 AAP-44093 edits and some stray typos (#3319) by g-murray · Pull Request #3320 · ansible/aap-docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AAP-44093 edits and some stray typos (#3319) #3320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2025
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Use the following steps to create an *AnsibleAutomationPlatform* custom resource
. Select the {OperatorPlatformNameShort} installed on your project namespace.
. Select the *Ansible Automation Platform* tab.
. Click btn:[Create AnsibleAutomationPlatform].
. Seclect *YAML view* and paste in the following, modified accordingly:
. Select *YAML view* and paste in the following, modified accordingly:
+
----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type: Opaque
[NOTE]
====
If `admin_password_secret` is not provided, the operator looks for a secret named `<resourcename>-admin-password` for the admin password.
If it is not present, the operator generates a password and create a secret from it named `<resourcename>-admin-password`.
If it is not present, the operator generates a password and creates a secret from it named `<resourcename>-admin-password`.
====
+
. Apply the secret key YAML to the cluster:
Expand Down
7 changes: 6 additions & 1 deletion downstream/modules/platform/proc-operator-deploy-redis.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ For more information about Redis, refer to Caching and queueing system in the _P
. For the *Redis Mode* list, select *Cluster*.
. Configure the rest of your instance as necessary, then click btn:[Create].

Your instance will deploy with a cluster Redis with 6 Redis replicas as default.
Your instance deploys with a cluster Redis with 6 Redis replicas as default.

[NOTE]
====
Note: You can modify your {HubName} default redis cache PVC volume size, for help with this see, link:https://access.redhat.com/articles/7117186[Modifying the default redis cache PVC volume size automation hub].
====
2 changes: 1 addition & 1 deletion downstream/modules/platform/proc-operator-upgrade.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To upgrade to the latest version of {OperatorPlatformNameShort} on {OCPShort}, y
Upgrading from {EDAName} 2.4 is not supported. If you are using {EDAName} 2.4 in production, contact Red{nbsp}Hat before you upgrade.
====

.Prodedure
.Procedure
. Log in to {OCPShort}.
. Navigate to menu:Operators[Installed Operators].
. Select the {OperatorPlatformNameShort} installed on your project namespace.
Expand Down
0