Skip to content

Slot: pointer

The name of the parameter in the deployment configuration. For Helm deployments, this is the dot notation for the matching element in the values.yaml file. This follows the same naming convention you would use with the --set command line argument with the helm install command. For compose deployments, this is the name of the environment variable to set.

URI: https://specification.margo.org/data-model/pointer Alias: pointer

Applicable Classes

Name Description Modifies Slot
Target Specifies where the parameter applies in the deployment no

Properties

Type and Range

Property Value
Range string
Domain Of Target

Cardinality and Requirements

Property Value
Required Yes
### Slot Characteristics
Property Value
Owner Target

LinkML Source

name: pointer
description: The name of the parameter in the deployment configuration.  For Helm
  deployments, this is the dot notation for the matching element in the `values.yaml`
  file. This follows the same naming convention you would use with the `--set` command
  line argument with the `helm install` command.  For compose deployments, this is
  the name of the environment variable to set.
from_schema: https://specification.margo.org/data-model
alias: pointer
owner: Target
domain_of:
- Target
range: string
required: true