ContainerSolutions / ContainerSolutions/helm-convert

Show instructions when password are pulled from secret resources

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
219
Forks
21
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.