DopplerHQ / kubernetes-operator

Apache License 2.0
44 stars 18 forks source link

Add support for downloading secrets as files for mounting inside containers #27

Closed ryan-blunden closed 1 year ago

ryan-blunden commented 1 year ago

Instead of the standard Key / Value pairs, you can download secrets as a single file, enabling you to mount the downloaded file contents in a container.

https://user-images.githubusercontent.com/133014/191739516-fe1a6113-6da9-46c2-9d75-e765e9946542.mp4

Closes DEVRL-290

ryan-blunden commented 1 year ago

@nmanoogian I've rebased this branch off of the api-name-transformers branch since I was changing code in many of the same places so will rebase this off main once the other PR is merged.

I'm guessing that's not the ideal workflow though. What should I have done?

nmanoogian commented 1 year ago

@nmanoogian I've rebased this branch off of the api-name-transformers branch since I was changing code in many of the same places so will rebase this off main once the other PR is merged.

I'm guessing that's not the ideal workflow though. What should I have done?

This workflow is great! Just change the target/base for this PR to api-name-transformers. When #26 gets merged, this PR will automatically switch to target main

nmanoogian commented 1 year ago

Force push removes a dangling comment

tallmanbrew commented 1 year ago

When will this be released? The download-format feature is in the current documentation however its not in the current release. Installing via helm chart v1.2 does not inlcude the download-format feature.

nmanoogian commented 1 year ago

Hey @tallmanbrew, thanks for following up! We've just released this in v1.2.5.