Skip to content

Commit

Permalink
Merge pull request #1826 from Fryguy/fix_invalid_yaml
Browse files Browse the repository at this point in the history
Fix issue with invalid yaml
  • Loading branch information
agrare committed Dec 10, 2024
2 parents 11eb10b + 065ce6b commit 5d057a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _data/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ operator_directory: https://github.com/ManageIQ/manageiq-pods/tree/master/manage
operator_namespace: manageiq.org
workflow_service_account: manageiq-default
import_opentofu: runuser --login manageiq --command 'podman --root=/var/www/miq/vmdb/data/containers/storage image load --input /tmp/<OpenTofu_image>'
opentofu_image_name: `<OpenTofu_image>`
opentofu_image_name: <OpenTofu_image>
container_image: docker.io/manageiq/opentofu-runner:latest
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Use the following command to import the OpenTofu image on your appliance server.
{{ site.data.product.import_opentofu }}
```

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

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.

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

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

0 comments on commit 5d057a6

Please sign in to comment.