DynaKube parameters for Dynatrace Operator

  • Latest Dynatrace
  • 57-min read

This page will help you to understand and configure the DynaKube Kubernetes Custom Resource, enabling you to optimize your Dynatrace Operator setup according to your specific requirements.

The table below specifies the required Dynatrace Operator versions corresponding to each DynaKube API version.

DynaKube API versionMinimum Dynatrace Operator versionMaximum Dynatrace Operator version 1
v1beta61.8
v1beta51.6
v1beta41.5
v1beta31.41.7
v1beta21.21.6
v1beta1All versions1.6
1

The corresponding DynaKube API versions will be removed from the Dynatrace Operator in the subsequent minor or major release.

See the DynaKube YAML samples on GitHub.

Dynatrace Operator version 1.8.0+

.spec

  • apiUrl parameter is Required and immutable. Once set, it cannot be modified in an existing DynaKube.
  • All other parameters are Optional.
ParameterDescriptionDefault valueData type
apiUrlDynatrace apiUrl, including the /api path at the end.
- For SaaS, set YOUR_ENVIRONMENT_ID to your environment ID.
- For Managed, change the apiUrl address.
For instructions on how to determine the environment ID and how to configure the apiUrl address, see Environment ID
No default (required)string
customPullSecretDefines a custom pull secret in case you use a private registry when pulling images from the Dynatrace environment.
Note: For the node image pull feature without the CSI driver, you must manually ensure that pull secrets are available on the injected pod. See node image pull prerequisites for more details.
To define a custom pull secret and learn about the expected behavior, see Configure customPullSecret.
No default (optional)string
dynatraceApiRequestThresholdMinimum minutes between Dynatrace API requests.15integer
enableIstioWhen enabled, and if Istio is installed on the Kubernetes environment, Dynatrace Operator will create the corresponding VirtualService and ServiceEntry objects to allow access to the Dynatrace Cluster from the OneAgent or ActiveGate.
Disabled by default.
No default (optional)boolean
networkZoneSets a network zone for the OneAgent and ActiveGate Pods.No default (optional)string
proxySet custom proxy settings either directly or from a secret with the field proxy.
Applies to Dynatrace Operator, ActiveGate, and OneAgents.
No default (optional)DynaKubeProxy
skipCertCheckDisable certificate check for the connection between Dynatrace Operator and the Dynatrace Cluster.
Set to true if you want to skip certification validation checks.
No default (optional)boolean
tokensName of the secret holding the tokens used for connecting to Dynatrace.No default (optional)string
trustedCAsAdds custom RootCAs from a configmap.
The key to the data must be certs.
This applies to Dynatrace Operator, OneAgent, and ActiveGate.
No default (optional)string

.spec.oneAgent

ParameterDescriptionDefault valueData type
hostGroupSpecify the name of the group to which you want to assign the host. This method is preferred over the now obsolete --set-host-group argument. If both settings are used, this field takes precedence over the --set-host-group argument.No default (optional)string

.spec.oneAgent.cloudNativeFullStack

  • All parameters are Optional.

Recommended

ParameterDescriptionDefault valueData type
annotationsAdd custom OneAgent annotations.No default (optional)map[string]string
argsSet additional arguments to the OneAgent installer.
For available options, see Linux custom installation.
For the list of limitations, see Limitations.
No default (optional)[]string
codeModulesImageSpecifies the OneAgent CodeModules image used for injection into application pods. Updates are applied only when the image reference changes. If a floating tag (for example, latest) is used, new images pushed under the same tag are not automatically picked up on existing nodes. It is recommended to use a unique tag for each OneAgent CodeModule image version.
No default (optional)string
dnsPolicySet the DNS policy for OneAgent pods.
For details, see Pods DNS Policy.
ClusterFirstWithHostNetstring
envSet additional environment variables for the OneAgent pods.No default (optional)[]EnvVar
imageUse a custom OneAgent Docker image.The image from the Dynatrace cluster.string
initResourcesDefine resources requests and limits for the initContainer. For details, see Managing resources for containers.No default (optional)ResourceRequirements
labelsYour defined labels for OneAgent pods in order to structure workloads as desired.No default (optional)map[string]string
namespaceSelectorThe namespaces where you want Dynatrace Operator to inject.
For more information, see Configure monitoring for namespaces and Pods.
No default (optional)LabelSelector
nodeSelectorSpecify the node selector that controls on which nodes OneAgent will be deployed.No default (optional)map[string]string
oneAgentResourcesResource settings for OneAgent container. Consumption of the OneAgent heavily depends on the workload to monitor. You can use the default settings in the CR.
resource.requests shows the values needed to run; resource.limits shows the maximum limits for the Pod.
No default (optional)ResourceRequirements
priorityClassNameAssign a priority class to the OneAgent pods. By default, no class is set.
For details, see Pod Priority and Preemption.
No default (optional)string
secCompProfileThe SecComp Profile that will be configured in order to run in secure computing mode.No default (optional)string
storageHostPathWritable directory on the host filesystem where OneAgent configurations will be stored.No default (optional)string
tolerationsTolerations to include with the OneAgent DaemonSet.
For details, see Taints and Tolerations.
No default (optional)[]Toleration
versionThe OneAgent version to be used for host monitoring OneAgents running in the dedicated pod. This setting doesn't affect the OneAgent version used for application monitoring.The latest version is used by default.string

.spec.oneAgent.classicFullStack

  • All parameters are Optional.
ParameterDescriptionDefault valueData type
annotationsAdd custom OneAgent annotations.No default (optional)map[string]string
argsSet additional arguments to the OneAgent installer.
For available options, see Linux custom installation.
For the list of limitations, see Limitations.
No default (optional)[]string
dnsPolicySet the DNS Policy for OneAgent pods.
For details, see Pods DNS Policy.
ClusterFirstWithHostNetstring
envSet additional environment variables for the OneAgent pods.No default (optional)[]EnvVar
imageUse a custom OneAgent Docker image. Defaults to the image from the Dynatrace cluster.Name of the image.string
labelsYour defined labels for OneAgent pods in order to structure workloads as desired.No default (optional)map[string]string
nodeSelectorSpecify the node selector that controls on which nodes OneAgent will be deployed.No default (optional)map[string]string
oneAgentResourcesResource settings for OneAgent container. Consumption of the OneAgent heavily depends on the workload to monitor. You can use the default settings in the CR.
resource.requests shows the values needed to run; resource.limits shows the maximum limits for the pod.
No default (optional)ResourceRequirements
priorityClassNameAssign a priority class to the OneAgent pods. By default, no class is set.
For details, see Pod Priority and Preemption.
No default (optional)string
secCompProfileThe SecComp Profile that will be configured in order to run in secure computing mode.No default (optional)string
storageHostPathWriteable directory on the host filesystem where OneAgent configurations will be stored.No default (optional)string
tolerationsTolerations to include with the OneAgent DaemonSet.
For details, see Taints and Tolerations.
No default (optional)[]Toleration
versionThe OneAgent version to be used.The latest version is used by default.string

.spec.oneAgent.applicationMonitoring

  • All parameters are Optional.
ParameterDescriptionDefault valueData type
codeModulesImageSpecifies the OneAgent CodeModules image used for injection into application pods. Updates are applied only when the image reference changes. If a floating tag (for example, latest) is used, new images pushed under the same tag are not automatically picked up on existing nodes. It is recommended to use a unique tag for each OneAgent CodeModule image version.No default (optional)string
initResourcesDefine resources requests and limits for the initContainer. For details, see Managing resources for containers.No default (optional)ResourceRequirements
namespaceSelectorThe namespaces where you want Dynatrace Operator to inject.
For more information, see Configure monitoring for namespaces and Pods.
No default (optional)LabelSelector
versionThe OneAgent version to be used.The latest version is used by default.string

.spec.oneAgent.hostMonitoring

  • All parameters are Optional.
ParameterDescriptionDefault valueData type
annotationsAdd custom OneAgent annotations.No default (optional)map[string]string
argsSet additional arguments to the OneAgent installer.
For available options, see Linux custom installation.
For the list of limitations, see Limitations.
No default (optional)[]string
dnsPolicySet the DNS Policy for OneAgent pods.
For details, see Pods DNS Policy.
ClusterFirstWithHostNetstring
envSet additional environment variables for the OneAgent pods.No default (optional)[]EnvVar
imageUse a custom OneAgent Docker image.The image from the Dynatrace cluster.string
labelsYour defined labels for OneAgent pods in order to structure workloads as desired.No default (optional)map[string]string
nodeSelectorSpecify the node selector that controls on which nodes OneAgent will be deployed.No default (optional)map[string]string
oneAgentResourcesResource settings for OneAgent container. Consumption of the OneAgent heavily depends on the workload to monitor. You can use the default settings in the CR.
resource.requests shows the values needed to run; resource.limits shows the maximum limits for the pod.
No default (optional)ResourceRequirements
priorityClassNameAssign a priority class to the OneAgent pods. By default, no class is set.
For details, see Pod Priority and Preemption.
No default (optional)string
secCompProfileThe SecComp Profile that will be configured in order to run in secure computing mode.No default (optional)string
storageHostPathWriteable directory on the host filesystem where OneAgent configurations will be stored.No default (optional)string
tolerationsTolerations to include with the OneAgent DaemonSet.
For details, see Taints and Tolerations.
No default (optional)[]Toleration
versionThe OneAgent version to be used.The latest version is used by default.string

.spec.activeGate

  • capabilities parameter is Required.
  • resources and group parameters are Recommended.
  • All other parameters are Optional.
ParameterDescriptionDefault valueData type
annotationsAdd custom ActiveGate annotations.No default (optional)map[string]string
capabilitiesDefines the ActiveGate pod capabilities: what functionality should be enabled.
Possible values:
- routing enables OneAgent routing.
- kubernetes-monitoring enables Kubernetes API monitoring.
- metrics-ingest1 opens the metrics ingest endpoint on the DynaKube ActiveGate and redirects all pods to it.
- dynatrace-api1 enables calling the Dynatrace API via ActiveGate.
- debugging enables the Live Debugging module in ActiveGate.
No default (required)string
customPropertiesAdd a custom properties file by providing it as a value or by referencing it from a secret.
When referencing a custom properties file from a secret, make sure that the key is named customProperties. See How to add a custom properties file for details.
No default (optional)string
dnsPolicySet the DNS policy for ActiveGate pods.ClusterFirstWithHostNetstring
envSet additional environment variables for the ActiveGate pods.No default (optional)[]EnvVar
groupSet activation group for ActiveGate. See Customize ActiveGate properties for details.No default (recommended)string
imageUse a custom ActiveGate image. Defaults to the latest ActiveGate image from the Dynatrace cluster.No default (optional)string
labelsYour defined labels for ActiveGate pods in order to structure workloads as desired.No default (optional)map[string]string
nodeSelectorSpecify the node selector that controls on which nodes ActiveGate will be deployed.No default (optional)map[string]string
priorityClassNameAssign a priority class to the ActiveGate pods. By default, no class is set.
For details, see Pod Priority and Preemption.
No default (optional)string
replicasNumber of replicas of ActiveGate pods.1int
resourcesResource settings for ActiveGate container. Consumption of the ActiveGate heavily depends on the workload to monitor; adjust values accordingly.No default (recommended)ResourceRequirements
terminationGracePeriodSecondsConfigures the terminationGracePeriodSeconds parameter of the ActiveGate pod. Kubernetes defaults and rules apply.No default (optional)int
tlsSecretNameName of a secret containing ActiveGate TLS certificate, key, and password. If not set, a self-signed certificate is used. For details, see How to add a custom certificate for ActiveGate.No default (optional)string
tolerationsSet tolerations for the ActiveGate pods.
For details, see Taints and Tolerations.
No default (optional)[]Toleration
topologySpreadConstraintsAdds topology spread constraints to the ActiveGate pods.No default (optional)[]corev1.TopologySpreadConstraint
useEphemeralVolumeIndicates whether to use ephemeral volume for storage.No default (optional)boolean
volumeClaimTemplateDescribes the common attributes of storage devices and allows a Source for provider-specific attributes.No default (optional)corev1.PersistentVolumeClaimSpec
1

A custom certificate is required for this capability. See the tlsSecretName parameter for details.

.spec.metadataEnrichment

  • All parameters are Optional.
ParameterDescriptionDefault valueData type
enabledEnables MetadataEnrichment, false by default.falseboolean
namespaceSelectorThe namespaces where you want Dynatrace Operator to inject. For more information, see Configure monitoring for namespaces and Pods.No default (optional)LabelSelector

.spec.extensions

Available with a future Dynatrace version.

  • All parameters are Optional.
ParameterDescriptionDefault valueData type
prometheusEnables prometheus extension.No default (optional)
databasesList of database extensions.No default (optional)[]DatabaseSpec
  • kubernetes-monitoring is mandatory and has to be added to the list of ActiveGate capabilities in .spec.activeGate.capabilities and
  • The feature flag feature.dynatrace.com/automatic-kubernetes-api-monitoring must not be set to false.

.spec.extensions.databases

Available with a future Dynatrace version.

  • All parameters besides id are Optional.
ParameterDescriptionDefault valueData type
idUnique Kubernetes object name.No default (required)string
replicasNumber of SQL Extension Executor replicas.1int32
volumesVolumes for file-based authentication.No default (optional)[]Volume
volumeMountsVolume mounts for file-based authentication.No default (optional)[]VolumeMount
serviceAccountNameServiceAccount for IAM-based authentication.No default (optional)string
labelsSQL Extension Executor labels.No default (optional)[]Label
annotationsSQL Extension Executor annotations.No default (optional)[]Annotation
affinitySQL Extension Executor affinities.No default (optional)[]Affinity
resourcesSQL Extension Executor resources.No default (optional)ResourcesSpec
nodeSelectorSQL Extension Executor node selector.No default (optional)NodeSelectorSpec
topologySpreadConstraintsSQL Extension Executor topology spread constraints.No default (optional)TopologySpreadConstraints

On OpenShift, using volumes of type hostPath is prohibited by default SCC and will cause failures. If hostPath is required, create a role with sufficient privileges and bind it to the respective service account. In this example, the created role is bound to a service account named custom-sql-extension-executor-sa:

apiVersion: v1
kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/component: dynatrace-sql-extension-executor
app.kubernetes.io/name: dynatrace-operator
name: custom-sql-extension-executor-sa
namespace: dynatrace
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
labels:
app.kubernetes.io/component: dynatrace-sql-extension-executor
app.kubernetes.io/name: dynatrace-operator
name: custom-sql-extension-executor-role
namespace: dynatrace
rules:
- apiGroups:
- ""
resources:
- pods
verbs:
- list
- apiGroups:
- security.openshift.io
resourceNames:
- nonroot-v2
resources:
- securitycontextconstraints
verbs:
- use
---
kind: RoleBinding
metadata:
labels:
app.kubernetes.io/component: dynatrace-sql-extension-executor
app.kubernetes.io/name: dynatrace-operator
name: custom-sql-extension-executor-rolebinding
namespace: dynatrace
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: custom-sql-extension-executor-role
subjects:
- kind: ServiceAccount
name: custom-sql-extension-executor-sa
namespace: dynatrace
---
kind: Dynakube
spec:
extensions:
databases:
- id: my-sql-db
serviceAccountName: custom-sql-extension-executor-sa

.spec.kspm

Adding this section enables Kubernetes Security Posture Management (KSPM). To use KSPM

  • kubernetes-monitoring is mandatory and has to be added to the list of ActiveGate capabilities in .spec.activeGate.capabilities and

  • The feature flag feature.dynatrace.com/automatic-kubernetes-api-monitoring must not be set to false.

  • All parameters in .spec.kspm are Optional.

ParameterDescriptionDefault valueData type
mappedHostPathsSpecifies the host paths that are mounted to the NCC container.No default (optional)[]string

.spec.logMonitoring

Available with Dynatrace version 1.306 and OneAgent 1.305

Log Monitoring requires the kubernetes-monitoring ActiveGate capability to be enabled, but it doesn't have to be configured in the same DynaKube. If kubernetes-monitoring is missing or the feature flag feature.dynatrace.com/automatic-kubernetes-api-monitoring is set to false, the Operator produces a warning but Log Monitoring still deploys.

  • All parameters in .spec.logMonitoring are Optional.
ParameterDescriptionDefault valueData type
ingestRuleMatchersSpecifies the rules and conditions for matching ingest attributes.No default (optional)[]IngestRuleMatchers

.spec.logMonitoring.ingestRuleMatchers

This field is immutable. Once set, it will no longer be updated.

ParameterDescriptionDefault valueData type
attributeSpecifies the attribute name for matching ingest rules.No default (optional)string
valuesLists the values that the attribute must match for an ingest rule to apply.No default (optional)[]string

Example:

ingestRuleMatchers:
- attribute: "k8s.namespace.name"
values:
- "kube-system"
- "dynatrace"
- "default"
- attribute: "k8s.pod.annotation"
values:
- "logs.dynatrace.com/ingest=true"
- "category=security"

.spec.telemetryIngest

Dynatrace Operator version 1.6.0+

Enable additional telemetry ingest endpoints in Kubernetes for cluster-local data ingest using 3rd-party protocols. Adding this section deploys the Dynatrace Collector workload to the cluster.

ParameterDescriptionDefault valueData type
protocolsSpecifies the protocols that will be ingested by the Dynatrace Collector."otlp, jaeger, statsd, zipkin"[]string
serviceNameSpecifies the name of the service to be used. If not specified the serviceName is set to a default."dynakube.name-telemetry-ingest"string
tlsRefNameSecret containing a TLS certificate used by telemetryIngest.No default (optional)string

.spec.otlpExporterConfiguration

Dynatrace Operator version 1.8.0+

Enable automatic OTLP exporter configuration for application pods that are already instrumented with OpenTelemetry SDK.

ParameterDescriptionDefault valueData type
signalsThe OpenTelemetry signals that will be automatically ingested into Dynatrace.No default (optional)signalConfiguration
namespaceSelectorThe namespaces where OTLP exporter configuration will be injected. For more information, see Configure monitoring for namespaces and podsNo default (optional)LabelSelector
overrideEnvVarsEnable overriding of existing configuration environment variables of the OTLP exporter.falseboolean

.spec.otlpExporterConfiguration.signals

Dynatrace Operator version 1.8.0+

ParameterDescriptionDefault valueData type
logsEnables the automatic OTLP exporter configuration for logs. See endpoint urls for otlphttp.No default (optional)object
metricsEnables the automatic OTLP exporter configuration for metrics. See endpoint urls for otlphttp.No default (optional)object
tracesEnables the automatic OTLP exporter configuration for traces. See endpoint urls for otlphttpNo default (optional)object

.spec.templates

.spec.templates.kspmNodeConfigurationCollector

ParameterDescriptionDefault valueData type
updateStrategyDefine the Node Configuration Collector daemonSet updateStrategyNo default (optional)DaemonSetUpdateStrategy
labelsAdd custom labels to the Node Configuration Collector pods.No default (optional)map[string]string
annotationsAdd custom annotations to the Node Configuration Collector pods.No default (optional)map[string]string
nodeSelectorSpecify the node selector that controls on which nodes the Node Configuration Collector pods will be deployed.No default (optional)map[string]string
imageRefOverrides the default image.No default (optional)imageRef
priorityClassNameIf specified, indicates the Pod's priority. Name must be defined by creating a PriorityClass object wiht that name. If not specified the setting will be removed from the DaemonSet.No default (optional)string
resourcesDefine resource requests and limits for Node Configuration Collector Pods.No default (optional)ResourceRequirements
nodeAffinityDefine the nodeAffinity for the DaemonSet of the Node Configuration CollectorNo default (optional)NodeAffinity
tolerationsSet tolerations for the Node Configuration Collector pods.
For details, see Taints and Tolerations.
No default (optional)[]Toleration
argsSet additional arguments for the Node Configuration Collector main container.No default (optional)[]string
envSet additional environment variables for the Node Configuration Collector main container.No default (optional)[]string

.spec.templates.kspmNodeConfigurationCollector.imageRef

ParameterDescriptionDefault valueData type
repositoryURL of Node Configuration Collector image.No default (optional)string
tagTag for Node Configuration Collector image.No default (optional)string

.spec.templates.logMonitoring

Available with Dynatrace version 1.306 and OneAgent 1.305

  • imageRef parameter is Required.
ParameterDescriptionDefault valueData type
annotationsAdd custom annotations to the LogMonitoring pods.No default (optional)map[string]string
labelsAdd custom labels to the LogMonitoring pods.No default (optional)map[string]string
nodeSelectorSpecify the node selector that controls on which nodes the LogMonitoring pods will be deployed.No default (optional)map[string]string
imageRefOverrides the default image for the LogMonitoring pods.No default (required)imageRef
dnsPolicySet the DNS policy for LogMonitoring pods.ClusterFirststring
priorityClassNameAssign a priority class to the LogMonitoring pods. By default, no class is set.No default (optional)string
secCompProfileConfigures a SecComp profile to enable secure computing mode for the LogMonitoring pods.No default (optional)string
resourcesDefine resource requests and limits for LogMonitoring's main and init-container.No default (optional)ResourceRequirements
tolerationsSet tolerations for the LogMonitoring pods.
For details, see Taints and Tolerations.
No default (optional)[]Toleration
argsSet additional arguments for the LogMonitoring init container.No default (optional)[]string

.spec.templates.logMonitoring.imageRef

Available with Dynatrace version 1.306 and OneAgent 1.305

ParameterDescriptionDefault valueData type
repositoryURL of LogMonitoring image.No default (optional)string
tagTag for LogMonitoring image.No default (optional)string

.spec.templates.extensionExecutionController

Available with a future Dynatrace version.

  • imageRef parameter is Required.
  • All other parameters are Optional.
ParameterDescriptionDefault valueData type
imageRefImage that is used for Extension Execution Controller. This field is mandatory.No default (required)imageRef
persistentVolumeClaimPVC for the Extension Execution Controller. If not specified, a default PVC is used.No default (optional)PersistentVolumeClaim
labelsLabels applied to Extension Execution Controller pod.No default (optional)map[string]string
annotationsAnnotations applied to Extension Execution Controller pod.No default (optional)map[string]string
tlsRefNameSecret containing a TLS certificate for communication between Extension Execution Controller and Dynatrace Collector.No default (optional)string
customConfigConfigMap holding a custom Extension Execution Controller configuration.No default (optional)string
customExtensionCertificatesSecret holding certificates that have been used to sign custom extensions. Needed for extensions signature validation by Extension Execution Controller.No default (optional)string
resourcesResource settings for Extension Execution Controller pod.No default (optional)ResourceRequirements
tolerationsTolerations for Extension Execution Controller pod.
For details, see Taints and Tolerations.
No default (optional)[]Toleration
topologySpreadConstraintsTopology spread constraints for Extension Execution Controller pod.No default (optional)[]corev1.TopologySpreadConstraint
useEphemeralVolumeIndicates whether to use ephemeral volume for storage.No default (optional)boolean

.spec.templates.extensionExecutionController.imageRef

Available with a future Dynatrace version.

ParameterDescriptionDefault valueData type
repositoryURL of Extension Execution Controller image.No default (optional)string
tagTag for Extension Execution Controller image.No default (optional)string

.spec.templates.otelCollector

Dynatrace Operator version 1.6.0+

  • All parameters are Optional.
ParameterDescriptionDefault valueData type
imageRefImage that is used for Dynatrace Collector.No default (optional)imageRef
replicasNumber of Dynatrace Collector replicas.1int32
labelsLabels applied to Dynatrace Collector pod.No default (optional)map[string]string
annotationsAnnotations applied to Dynatrace Collector pod.No default (optional)map[string]string
tlsRefNameSecret containing a TLS certificate used by Dynatrace Collector to verify connections to endpoints of other components.No default (optional)string
resourcesResource settings for Dynatrace Collector pod.No default (optional)ResourceRequirements
tolerationsTolerations for Dynatrace Collector pod.
For details, see Taints and Tolerations.
No default (optional)[]Toleration
topologySpreadConstraintsTopology spread constraints for Dynatrace Collector pod.No default (optional)[]corev1.TopologySpreadConstraint

.spec.templates.otelCollector.imageRef

Dynatrace Operator version 1.6.0+

ParameterDescriptionDefault valueData type
repositoryURL of Dynatrace Collector image.No default (optional)string
tagTag for Dynatrace Collector image.No default (optional)string

.spec.templates.sqlExtensionExecutor

Available with a future Dynatrace version.

ParameterDescriptionDefault valueData type
imageRefImage that is used for SQL Extension Executor.No default (optional)imageRef
tolerationsTolerations for SQL Extension Executor pods.
For details, see Taints and Tolerations.
No default (optional)[]Toleration

.spec.templates.sqlExtensionExecutor.imageRef

Available with a future Dynatrace version.

ParameterDescriptionDefault valueData type
repositoryURL of SQL Extension Executor image.No default (optional)string
tagTag for SQL Extension Executor image.No default (optional)string