wer-anders
wer-anders
I also want to have the nginx-controller container work with a readOnlyFilesysstem. My _quick-and-dirty_ solution is 1. to move all files in the respecting paths to a temporary path in...
should be fixed with PullRequest #780 another possibility is: ``` diff --git a/pkg/infrastructure/mutex/mutex.go b/pkg/infrastructure/mutex/mutex.go index 1e45aa6..0a60b73 100644 --- a/pkg/infrastructure/mutex/mutex.go +++ b/pkg/infrastructure/mutex/mutex.go @@ -54,7 +54,7 @@ func internalRelease(fm *filemutex.FileMutex, lfn string,...
Hello, I have a similar issue. Not sure if I should open a new issue... pulp-operator:v1.0.1 pulp-minimal:3.80.1 I have configured a pulp CRD with `custom_pulp_settings: settings`. In my settings _CM_...