Warning
You are currently viewing v"2.15" of the documentation and it is not the latest. For the most recent documentation, kindly click here.
Config Map Click here for latest
You can pull information into the trigger by defining the name
of the Kubernetes ConfigMap
and the key
to use.
configMapTargetRef: # Optional.
- parameter: connectionString # Required - Defined by the scale trigger
name: my-keda-configmap-resource-name # Required.
key: azure-storage-connectionstring # Required.
Assumptions: namespace
is in the same resource as referenced by scaleTargetRef.name
in the ScaledObject
, unless specified otherwise.