Take the example of the Spotfire Server property: terr.restricted.execution.mode. The default setting is TRUE, but in this case, we want to change it to FALSE.
To do this, edit the values.yaml file for the spotfire-server Helm chart, located in:
spotfire-cloud-deployment-kit/helm/charts/spotfire-server/values.yaml
Find the 'configuration' section, and add the property:
configuration:
terr.restricted.execution.mode: "false"
Then install the Helm chart as noted in the
CDK documentation.
Finally, confirm that the property was set by inspecting the config-job pod log. For example..
$ kubectl logs <helm-release-name>-config-job-****
...
Successfully set the 'terr.restricted.execution.mode' configuration property to 'false'