Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ For managing secrets in production environments, refer to the [Secret Management

## Step 3: Update the ClusterWorkflowTemplate

`ClusterWorkflowTemplate` is an [Argo Workflows](https://argo-workflows.readthedocs.io/) resource, not an OpenChoreo abstraction — none of OpenChoreo's tooling (CLI, Backstage plugin, MCP) can create or update it, so this step is done directly with `kubectl` against the Workflow Plane cluster:

```bash
kubectl edit clusterworkflowtemplate generate-workload
```

The `generate-workload` ClusterWorkflowTemplate accepts OAuth and API server parameters as inputs. Update the default values to point to your identity provider and API server:

```yaml
Expand Down