Skip to content

Extra arguments for kube-rbac-proxy through the helm chart values #1055

Open
@Cajga

Description

@Cajga

Is your feature request related to a problem? Please describe.
We are using an external prometheus to scrape the metrics in our clusters. It uses certificate authentication. In order to enable the certificate authentication in kube-rbac-proxy, one needs to pass the following command line argument:
--client-ca-file="/var/run/secrets/kubernetes.io/serviceaccount/ca.crt".

Unfortunately, this is not possible in the VSO helm chart as the arguments are hard coded in the helm chart template.

Describe the solution you'd like
I would like to be able to add extra arguments to the kube-rbac-proxy container through helm values. Possibly, following the same, generic way how we can do it for the manager container.

Describe alternatives you've considered
Do not use helm directly to install VSO (use helm template first or ...).

Additional context
PR follows

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions