Skip to content

EKS addon: Support priorityClassName configuration for secrets-store-csi-driver dependent chart #606

Description

@deepakbshetty

Description

The EKS add-on for Secrets Store CSI Driver AWS does not currently expose configuration options for Secrets Store CSI Driver.

  • priorityClassName

These options are already available in the underlying (dependent) Helm chart used by the add-on but are not exposed through the EKS add-on configuration.

Issue

On smaller instance types, the lack of a priorityClassName can cause CSI driver pods to be deprioritized and fail to schedule ahead of other workloads, impacting reliable secret mounting.

Proposed Change

Expose priorityClassName under the secrets-store-csi-driver section of the add-on configuration schema, mapping directly to values already supported by the dependent Helm chart.

Example:

{
  "secrets-store-csi-driver": {
    "priorityClassName": ""
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions