From 065ce6b7a5fa3cc7b14d1120b194b02467c8f3cf Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Tue, 10 Dec 2024 11:54:36 -0500 Subject: [PATCH] Fix issue with invalid yaml The backtick is not a valid starting char in YAML, but also we shouldn't use formatting in the YAML, because it won't be redenered properly anyway. --- _data/product.yml | 2 +- managing_providers/_topics/automation_management_providers.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_data/product.yml b/_data/product.yml index 717f75fe8..f0a4e3ede 100644 --- a/_data/product.yml +++ b/_data/product.yml @@ -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_name: `` +opentofu_image_name: container_image: docker.io/manageiq/opentofu-runner:latest diff --git a/managing_providers/_topics/automation_management_providers.md b/managing_providers/_topics/automation_management_providers.md index a8aa72f9f..166590dee 100644 --- a/managing_providers/_topics/automation_management_providers.md +++ b/managing_providers/_topics/automation_management_providers.md @@ -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. @@ -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 }}**. -