wer-anders

Results 2 comments of 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,...