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

Add support for helm secrets #54

Merged
merged 6 commits into from
Jan 3, 2025
Merged

Add support for helm secrets #54

merged 6 commits into from
Jan 3, 2025

Conversation

elsesiy
Copy link
Owner

@elsesiy elsesiy commented Jan 2, 2025

Prior to this change, the plugin always assumed secrets to be of type Opaque. This change introduces the secret type for (de)serialization and adds a small interface that is used to keep the core logic mostly unchanged but handle different types of secrets. Only support for helm was added for now but expanding to more types should be straight-forward

Fixes #50

Prior to this change, the plugin always assumed secrets to be of type
`Opaque`. This change introduces the secret type for (de)serialization
and adds a small interface that is used to keep the core logic mostly
unchanged but handle different types of secrets. Only support for
helm was added for now but expanding to more types should be
straight-forward

Fixes #50
Copy link

codecov bot commented Jan 2, 2025

Codecov Report

Attention: Patch coverage is 65.71429% with 12 lines in your changes missing coverage. Please review.

Project coverage is 84.89%. Comparing base (0dd244a) to head (7e4f490).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
pkg/cmd/decode.go 58.62% 8 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
- Coverage   89.57%   84.89%   -4.68%     
==========================================
  Files           2        3       +1     
  Lines         163      192      +29     
==========================================
+ Hits          146      163      +17     
- Misses         13       21       +8     
- Partials        4        8       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@elsesiy elsesiy marked this pull request as ready for review January 3, 2025 17:22
@elsesiy elsesiy merged commit 25aacc9 into master Jan 3, 2025
2 of 4 checks passed
@elsesiy elsesiy deleted the helm-secrets branch January 3, 2025 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for helm secrets
1 participant