Replies: 1 comment 3 replies
-
@brianhlin - what if we simply put these in separate directories that don't overlap? Would that solve the probelm? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Kubernetes, I was mounting the host cert/key to the default locations from a secret, which caused all of
/etc/pelican-certificates
to be mounted read-only. This then caused Pelican to fail to start up with:I'm mounting the cert/key elsewhere now but it would be nice to be able to use the default location.
Beta Was this translation helpful? Give feedback.
All reactions