Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File-style Secret support in Kubernetes Provider #870

Open
RichardChen820 opened this issue Feb 5, 2024 · 0 comments
Open

File-style Secret support in Kubernetes Provider #870

RichardChen820 opened this issue Feb 5, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request Kubernetes

Comments

@RichardChen820
Copy link
Contributor

RichardChen820 commented Feb 5, 2024

Currently Kubernetes Provider does only support generating file-style ConfigMap. not support file-style Secret. This causes some inconvenience when someone is using file-style configMap, they may have to do some special for secrets.

Assume the target configuration should look like this:

{
   "database": {
       "connectionString": "xx"
   },
   "otherConfig": "fake-value",
   "otherConfig2": "fake-value2"
}

The database:connectionString comes from Secret, otherConfig* comes from configMap. Currently since k8s provider does not support file-style secret, it's not easy to tackle this situation.

@RichardChen820 RichardChen820 self-assigned this Feb 5, 2024
@RichardChen820 RichardChen820 changed the title File style Secret support in Kubernetes Provider File-style Secret support in Kubernetes Provider Feb 5, 2024
@RichardChen820 RichardChen820 added enhancement New feature or request Kubernetes labels Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Kubernetes
Projects
Development

No branches or pull requests

1 participant