Use Podman volume instead of host path for Caddy config storage - #1233
Open
adarshagrawal38 wants to merge 4 commits into
Open
Use Podman volume instead of host path for Caddy config storage#1233adarshagrawal38 wants to merge 4 commits into
adarshagrawal38 wants to merge 4 commits into
Conversation
mayuka-c
reviewed
Aug 10, 2026
adarshagrawal38
force-pushed
the
caddy-volume
branch
from
August 12, 2026 04:30
feb3d4e to
f66fd07
Compare
adarshagrawal38
marked this pull request as ready for review
August 12, 2026 04:32
mayuka-c
reviewed
Aug 12, 2026
adarshagrawal38
force-pushed
the
caddy-volume
branch
from
August 19, 2026 03:28
be7550b to
fc798dd
Compare
Member
Author
|
Configuring catalog with custom certs. CATALOG login |
Member
Author
|
Existing caddy files structure Directory file from inside caddy container. Custom certs are mounted in path |
mayuka-c
reviewed
Aug 19, 2026
| return certFilename, keyFilename, nil | ||
| } | ||
|
|
||
| // Made with Bob |
Member
There was a problem hiding this comment.
We used this staged directory to check if the previous failed deployment was using custom cert-key or caddy generated cert-key.We needed it to ensure its idempotent.Just make sure we are not breaking this behaviour.
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
adarshagrawal38
force-pushed
the
caddy-volume
branch
from
August 21, 2026 06:22
b7ef845 to
05b62fe
Compare
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Replaced the host path bind mount with a Podman-managed volume for storing Caddy configuration, avoiding host filesystem dependencies and solving permission issue for non root caddy user.