Skip to content

Commit 76f5c9c

Browse files
chore: sync deployment-operator CRDs (#764)
Co-authored-by: michaeljguarino <3838088+michaeljguarino@users.noreply.github.com>
1 parent 63bd81c commit 76f5c9c

1 file changed

Lines changed: 36 additions & 39 deletions

File tree

charts/deployment-operator/crds/deployments.plural.sh_agentruntimes.yaml

Lines changed: 36 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,45 +1948,42 @@ spec:
19481948
Dind enables Docker-in-Docker for this agent runtime.
19491949
When true, the runtime will be configured to run with DinD support.
19501950
type: boolean
1951-
exaMcpServers:
1952-
description: ExaMcpServers defines external MCP servers that the agent
1953-
runtime should connect to. When provided, the runtime will be configured
1954-
to connect to these external MCP servers for tool and action execution.
1955-
items:
1956-
properties:
1957-
apiKey:
1958-
description: SecretKeySelector selects a key of a Secret.
1959-
properties:
1960-
key:
1961-
description: The key of the secret to select from. Must
1962-
be a valid secret key.
1963-
type: string
1964-
name:
1965-
default: ""
1966-
description: |-
1967-
Name of the referent.
1968-
This field is effectively required, but due to backwards compatibility is
1969-
allowed to be empty. Instances of this type with an empty value here are
1970-
almost certainly wrong.
1971-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
1972-
type: string
1973-
optional:
1974-
description: Specify whether the Secret or its key must
1975-
be defined
1976-
type: boolean
1977-
required:
1978-
- key
1979-
type: object
1980-
x-kubernetes-map-type: atomic
1981-
name:
1982-
type: string
1983-
url:
1984-
type: string
1985-
required:
1986-
- name
1987-
- url
1988-
type: object
1989-
type: array
1951+
exaConnection:
1952+
description: ExaConnection enables Exa web search and content retrieval
1953+
tools on the Plural MCP server.
1954+
properties:
1955+
apiKeySecretRef:
1956+
description: SecretKeySelector selects a key of a Secret.
1957+
properties:
1958+
key:
1959+
description: The key of the secret to select from. Must
1960+
be a valid secret key.
1961+
type: string
1962+
name:
1963+
default: ""
1964+
description: |-
1965+
Name of the referent.
1966+
This field is effectively required, but due to backwards compatibility is
1967+
allowed to be empty. Instances of this type with an empty value here are
1968+
almost certainly wrong.
1969+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
1970+
type: string
1971+
optional:
1972+
description: Specify whether the Secret or its key must
1973+
be defined
1974+
type: boolean
1975+
required:
1976+
- key
1977+
type: object
1978+
x-kubernetes-map-type: atomic
1979+
url:
1980+
description: URL is the Exa API base URL. Defaults to https://api.exa.ai
1981+
when unset.
1982+
type: string
1983+
proxyUrl:
1984+
description: ProxyURL is an HTTP proxy URL used for Exa API requests.
1985+
type: string
1986+
type: object
19901987
git:
19911988
description: Git configure commit signing on agent run. When provided,
19921989
the runtime will be configured to sign git commits using the provided

0 commit comments

Comments
 (0)