04 May 2022 11:33 PM - last edited on 05 May 2022 08:25 AM by MaciejNeumann
I have been using terraform helm_release to deploy the dynatrace operator for quite a while with no issues. I am now trying to add env vars to the oneagent pod but am getting an error about using a string when I try to apply vars. Below is the code and error. This is version 0.4.2. Also, for reference I had no problem passing in:
Problem code in question: (I have tried this with just "", [""], without ""
Solved! Go to Solution.
05 May 2022 07:23 AM
Using custom resource to set args could help, something like below.
args: - "--set-host-group="
Try refreing helm installation and below link.
Set up Kubernetes monitoring | Dynatrace Docs