jkroepke / helm-secrets

A helm plugin that help manage secrets with Git workflow and store them anywhere
https://github.com/jkroepke/helm-secrets/wiki
Apache License 2.0
1.53k stars 129 forks source link

Update command names in usage summary #412

Closed magnuswatn closed 1 year ago

magnuswatn commented 1 year ago

What this PR does / why we need it:

I stumbled upon this small error in the docs, and thought I'd fix it. AFAICT it's an oversight from 5e419f07cb7a9a28c85eddd140abfc99714c2df2.

Special notes for your reviewer:

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

codecov[bot] commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (013664d) 86.64% compared to head (868de23) 86.64%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #412 +/- ## ======================================= Coverage 86.64% 86.64% ======================================= Files 23 23 Lines 846 846 ======================================= Hits 733 733 Misses 113 113 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jkroepke commented 1 year ago

Thanks!