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

feat(config): add file path option for reading values #42

Merged
merged 3 commits into from
Jul 31, 2020

Conversation

kneal
Copy link

@kneal kneal commented Jul 27, 2020

This PR will add support to read default values from files.

This functionality is being added to assist users using external secrets and reading secrets into the /vela/secrets store.

@kneal kneal added the feature Indicates a new feature label Jul 27, 2020
@kneal kneal requested a review from a team as a code owner July 27, 2020 15:28
@kneal kneal self-assigned this Jul 27, 2020
@codecov
Copy link

codecov bot commented Jul 27, 2020

Codecov Report

Merging #42 into master will decrease coverage by 1.82%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
- Coverage   50.56%   48.73%   -1.83%     
==========================================
  Files           6        6              
  Lines         267      277      +10     
==========================================
  Hits          135      135              
- Misses        122      132      +10     
  Partials       10       10              
Impacted Files Coverage Δ
cmd/vela-git/main.go 0.00% <0.00%> (ø)

cmd/vela-git/main.go Outdated Show resolved Hide resolved
cmd/vela-git/main.go Outdated Show resolved Hide resolved
cmd/vela-git/main.go Outdated Show resolved Hide resolved
@kneal
Copy link
Author

kneal commented Jul 27, 2020

Ignoring linting being upset about line count.

KellyMerrick
KellyMerrick previously approved these changes Jul 27, 2020
Copy link
Contributor

@KellyMerrick KellyMerrick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@jbrockopp jbrockopp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wass3r wass3r merged commit 9d4414c into master Jul 31, 2020
@wass3r wass3r deleted the feature/filepath branch July 31, 2020 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Indicates a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants