Similar to Issue 23 (which was fixed by PR#50) but for the K8s Agent.
When passing in a values.yml file with acceptEula: Y (with no quotes), the Yaml parser takes it as a boolean and passes true, rather than passing the string "Y".
The octopus-agent-tentacle-pre pod requires the value to be string to function properly, and errors out when the environment variable ACCEPT_EULA is true.
Similar to Issue 23 (which was fixed by PR#50) but for the K8s Agent.
When passing in a
values.ymlfile withacceptEula: Y(with no quotes), the Yaml parser takes it as a boolean and passestrue, rather than passing the string"Y".The
octopus-agent-tentacle-prepod requires the value to be string to function properly, and errors out when the environment variableACCEPT_EULAistrue.