Skip to content

Commit 5d057a6

Browse files
committed
Merge pull request #1826 from Fryguy/fix_invalid_yaml
Fix issue with invalid yaml
2 parents 11eb10b + 065ce6b commit 5d057a6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_data/product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ operator_directory: https://github.com/ManageIQ/manageiq-pods/tree/master/manage
1212
operator_namespace: manageiq.org
1313
workflow_service_account: manageiq-default
1414
import_opentofu: runuser --login manageiq --command 'podman --root=/var/www/miq/vmdb/data/containers/storage image load --input /tmp/<OpenTofu_image>'
15-
opentofu_image_name: `<OpenTofu_image>`
15+
opentofu_image_name: <OpenTofu_image>
1616
container_image: docker.io/manageiq/opentofu-runner:latest

managing_providers/_topics/automation_management_providers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Use the following command to import the OpenTofu image on your appliance server.
384384
{{ site.data.product.import_opentofu }}
385385
```
386386

387-
Where {{ site.data.product.opentofu_image_name }} is the name of your OpenTofu image.
387+
Where `{{ site.data.product.opentofu_image_name }}` is the name of your OpenTofu image.
388388

389389
You also need to set the docker image name in advanced settings before enabling the server role. Navigate to the **Settings** > **Application Settings** in {{ site.data.product.title_short }} UI and set the value for `workers/worker_base/opentofu_worker/container_image` field.
390390

@@ -538,4 +538,3 @@ Use the following steps to run the Terraform Template.
538538
{{ site.data.product.title_short }} takes you to the *Requests queue* page and displays the status of the job.
539539

540540
The service item details can be viewed when you navigate to **Services** > **My Services in {{ site.data.product.title_short }}**.
541-

0 commit comments

Comments
 (0)