Skip to content

Show instructions when password are pulled from secret resources #2

Description

@etiennetremel

Currently when a secret type Opaque is pulled from a secret (ie: password), it is converted in plain text and stored in the kustomization.yaml with a printf command, ie:

secretGenerator:
- commands:
    redis-password: printf \"OYTG9S4SUi\"
  name: sentry-redis
  type: Opaque

After the chart is deployed we need to warn the user that there is a plain text password stored there.

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