Skip to content
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

Fix issue with invalid yaml #1826

Merged
merged 1 commit into from
Dec 10, 2024
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
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 }}**.

Loading