PaloAltoNetworks / cortex-helm

Helm Charts for Cortex XDR
Apache License 2.0
0 stars 10 forks source link

Add support for DeamonSet annotations, extraVolume and extraVolumeMounts #43

Open decayofmind opened 1 month ago

decayofmind commented 1 month ago

Is your feature request related to a problem?

Yes.

I know that it's possible to set deploymentSecret.create as false to use Vault sidecar which will inject a file with distribution-id in it.

However if CSI or External Secrets Operator is used to work with Secrets in a cluster, there's no way how to provide distribution-id to the Cortex agent Pod.

Describe the solution you'd like

Alternative (additional) solutions are:

decayofmind commented 4 weeks ago

It's a low effort to implement and I can help with PR if you are open for external contributions.