From 5c311af5728dfcf222c63593ac84723e5721ba86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:11:32 -0500 Subject: [PATCH] Update docs for operator (#348) Co-authored-by: michaeljguarino --- pages/deployments/operator/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/deployments/operator/api.md b/pages/deployments/operator/api.md index dcbb4dab..3dfab3ab 100644 --- a/pages/deployments/operator/api.md +++ b/pages/deployments/operator/api.md @@ -742,6 +742,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | | `agentHelmValues` _[RawExtension](https://pkg.go.dev/k8s.io/apimachinery/pkg/runtime#RawExtension)_ | AgentHelmValues custom helm values to apply to all agents (useful for things like adding customary annotations/labels) | | Optional: {}
| +| `managementRepo` _string_ | The root repo for setting up your infrastructure with Plural. Usually this will be your `plural up repo` | | Optional: {}
| | `stacks` _[StackSettings](#stacksettings)_ | Stacks global configuration for stack execution | | Optional: {}
| | `bindings` _[DeploymentSettingsBindings](#deploymentsettingsbindings)_ | Bindings | | Optional: {}
| | `prometheusConnection` _[HTTPConnection](#httpconnection)_ | PrometheusConnection connection details for a prometheus instance to use | | Optional: {}
|