This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/traefik] Updated acme storage location to be configurable #16464
Merged
k8s-ci-robot
merged 6 commits into
helm:master
from
ryaneorth:traefik-customizable-acme-storage-location
Sep 11, 2019
Merged
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
6a34b4b
[stable/traefik] Updated acme storage location to be configurable
wf-ryanorth 8375f90
Merge branch 'master' into traefik-customizable-acme-storage-location
ryaneorth 9a9891c
Fixed wrong version update
wf-ryanorth 4a5baf4
Merge remote-tracking branch 'upstream/master' into traefik-customiza…
wf-ryanorth 7136281
Merge branch 'master' into traefik-customizable-acme-storage-location
ryaneorth f98823a
Merge branch 'master' into traefik-customizable-acme-storage-location
ryaneorth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does this interact with
kvprovider.$name.prefix
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not 100% sure what you mean by "interact", but in my personal case I do not have them set to the same value. For example, if I set
kvprovider.acmeStorageLocation
to traefik "foo" and thekvprovider.consul.prefix
to "bar" I seem to achieve the expected results. Specifically the certs are stored in "bar" and all the configuration information for the traefik controller is stored with the prefix "foo".If you set them to the same value it will likely cause problems, however.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha. Seems legit to me.