Skip to content

secretVolumeMount from k8s-libsonnet hardcodes the volume name to secret name #490

Description

@davidovich

If the secret has a valid name with dots in it (my-cluster.example.com) you will not be able to use the secretVolumeMount because it uses the secret name as a volume name where dots are not allowed.

We could:

  • Allow overriding the volumeName,
  • sanitize the volume name (removing the dots) before naming the volume.

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