instana / instana-agent-operator

A Kubernetes operator to install and manage the Instana agent.
https://www.instana.com
Apache License 2.0
46 stars 21 forks source link

Provide support to reference Instana key in an existing Secret or Vault #59

Closed hollisc closed 2 years ago

hollisc commented 3 years ago

Currently the InstanaAgent custom resource provided by the operator expects the Instana Agent key to be explicitly set in agent.key.

Request to update the CR to support the following which is already supported in the Agent Helm Chart:

hollisc commented 3 years ago

The helm chart supports the options:

The InstanaAgent CR currently only supports the first 2 options.

mdonkers commented 2 years ago

Hi,

With the new release of the 2.0.0 Operator, we support the same options as the Helm chart. Therefore I'm assuming that will cover your needs and therefore close this issue. Please re-open / create a new one if you find something still missing.