Skip to content

Invalid Pod securityContext Configuration #163

Description

@j-heffron

Two issues present:

The chart's values.yaml contains the following dictionary: deployment.securityContext: {}
The templates/deployment.yaml does not reference this dictionary, but does reference the dictionary securityContext: {} not present in the values.yaml.

Additionally, the HelmChart supplies non-functional values present in deployment.securityContext (runAsUser: 5000, runAsGroup: 5000). If these key value pairs are transferred to where the securityContext for the Pod is actually expected, the docker-mailserver Pod will fail to initialize.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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