Description
The EKS add-on for Secrets Store CSI Driver AWS does not currently expose configuration options for Secrets Store CSI Driver.
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": ""
}
}
Description
The EKS add-on for Secrets Store CSI Driver AWS does not currently expose configuration options for Secrets Store CSI Driver.
priorityClassNameThese 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
priorityClassNamecan cause CSI driver pods to be deprioritized and fail to schedule ahead of other workloads, impacting reliable secret mounting.Proposed Change
Expose
priorityClassNameunder thesecrets-store-csi-driversection of the add-on configuration schema, mapping directly to values already supported by the dependent Helm chart.Example:
{ "secrets-store-csi-driver": { "priorityClassName": "" } }