James Christian
James Christian
Hi there From my understanding of the module, the httpd mod_rewrite implementation only considers the path when matching the URLs to be rewritten. From http://httpd.apache.org/docs/current/mod/mod_rewrite.html : > In VirtualHost context,...
See issue #60 . Not sure if this is the most desirable approach, but demonstrating a possible fix when deploying using helm ```limitNamespace: true``` and the generated ServiceAccount cannot be...
Hi - hit an issue deploying when scoped to just a namespace. Looks like the ServiceAccount is bound to a Role which is fine for most resource types, but PersistentVolumes...