PUT
call to the query pipeline API endpoint.
git pull
operation during startup.
See Configure the ConfigSync mode for steps to configure Subscriber mode.
Configure the ConfigSync mode
sync
configuration in the fusion-config-sync
section of the Helm chart configuration, as shown below.DELETE
, CREATE
, UPDATE
) and resource type (such as changes to index pipelines applied before index profiles).
For example, a query profile can refer to a query pipeline and optionally an experiment.
Thus, operations are performed on query pipelines and experiments before query profiles.
Read more about ordered updates in Supported objects.
vars.json
takes precedence over the root level vars.json
Each variable has an optional glob path matcher and JSON Path component.
For instance, the following variable sets any stage property named secret
to value STAGE_SECRET
for the query pipeline with ID lab4
:
paramToTag
property is updated to the value QUERY
.
dbPassword
setting for any stage is populated from a file located at /etc/secret-volume/db-password
.
dbPassword
setting for any stage is populated from an environment variable named DB_PASSWORD
.
If the environment variable is not set, the java system property is checked as a fallback.