From b786ac25ee01ff184105037cebad7d4dc31f8939 Mon Sep 17 00:00:00 2001 From: Yaron Dayagi Date: Mon, 2 Dec 2024 14:02:09 +0200 Subject: [PATCH] add orchestrator api to api-doc FLPATH-1774 https://issues.redhat.com/browse/FLPATH-1774 Signed-off-by: Yaron Dayagi --- helm-charts/orchestrator/templates/rhdh-operator.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-charts/orchestrator/templates/rhdh-operator.yaml b/helm-charts/orchestrator/templates/rhdh-operator.yaml index 46da818c..61942c5f 100644 --- a/helm-charts/orchestrator/templates/rhdh-operator.yaml +++ b/helm-charts/orchestrator/templates/rhdh-operator.yaml @@ -326,6 +326,8 @@ data: target: https://github.com/parodos-dev/workflow-software-templates/blob/{{ .Values.rhdhOperator.catalogBranch }}/scaffolder-templates/basic-workflow/template.yaml - type: url target: https://github.com/parodos-dev/workflow-software-templates/blob/{{ .Values.rhdhOperator.catalogBranch }}/scaffolder-templates/complex-assessment-workflow/template.yaml + - type: url + target: https://github.com/redhat-developer/rhdh-plugins/blob/main/workspaces/orchestrator/plugins/orchestrator-common/src/generated/docs/api-doc/orchestrator-api.yaml {{- end }} {{- $unmanagedNamespaceExists := include "unmanaged-resource-exists" (list "rhdh.redhat.com/v1alpha1" "Backstage" .Values.rhdhOperator.subscription.targetNamespace "backstage" .Release.Name .Capabilities.APIVersions ) }} {{- if eq $unmanagedNamespaceExists "false" }}