Skip to content

Allow Volumes and VolumeMounts to be added via Helm #213

Description

@cloudpea

We would like to add additional volumes and volume mounts via the metrics-agent Helm chart so we can inject the API token via Secrets Store CSI Driver.

The below additional values would allow us to configure this.

additionalVolumeMounts:
  - name: secrets-store-cloudability
     mountPath: "/mnt/secrets-store-cloudability"
     readOnly: true

additionalVolumes:
  - name: secrets-store-cloudability
    csi:
      driver: secrets-store.csi.k8s.io
      readOnly: true
      volumeAttributes:
        secretProviderClass: csi-cloudability-secret

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions