Skip to content

Installation options not set correctly #1097

@fketelaars

Description

@fketelaars

Describe the bug
When installing watsonx Orchestrate, the installation options are not set correctly:

non_olm:
  watsonxOrchestrate:
    installMode: agentic
    watsonxAI: '{''ootbModels'': [], ''syomModels'': [], ''watsonxaiifm'': True}'

Instead this should be:

non_olm:
  watsonxOrchestrate:
    installMode: agentic
    watsonxAI:
      ootbModels: []
      syomModels: []
      watsonxaiifm: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions