Martijn Heemels

Results 15 comments of Martijn Heemels

Our use case is wanting to enable Private Key rotation in all ACME certificates via `rotationPolicy: Always` as is recommended but not the cert-manager default. Our Certificates are automatically created...

/remove-lifecycle rotten This issue definitely needs a decision either way.

Looks like this is now available. See https://github.com/stakater/IngressMonitorController/blob/master/charts/ingressmonitorcontroller/templates/deployment.yaml#L78 and https://github.com/stakater/IngressMonitorController/blob/master/charts/ingressmonitorcontroller/values.yaml#L50

@Justin-DynamicD Exactly. We worked around this on already broken nodes by adding this ugly exec: ``` contain docker exec { 'docker-remove-broken-systemd-overrideconf': command => '/bin/rm /etc/systemd/system/docker.service.d/service-overrides.conf', unless => 'grep ExecStart=/usr/bin/dockerd /etc/systemd/system/docker.service.d/service-overrides.conf',...

Duplicate of https://github.com/vmware-tanzu/velero/issues/5095

This still happens with module 5.1.0 (on Ubuntu 14.04). Have any of you implemented a workaround to get rid of the constant errors?

@leoserra That's similar to what we did. I solved it by removing the `extension=mysql.so` line from mysql.ini, via Hiera: ``` php::extensions: mysql: { 'settings': { 'extension': } } ``` It's...

@mpdude's config partially worked for us. It maintained the mysqli config but kept removing the mysqlnd en pdo_mysql config files. I've now found a setup that works well for us:...

Sounds good. It's fine that this module doesn't concern itself with the umask. Moving `reload signal USR2` seems like a good idea. I assume you mean to move it to...

I ran into this as well (on Kubernetes with Traefik v2.8.1). According to https://doc.traefik.io/traefik/middlewares/http/contenttype/ Traefik's default behavior in the future will probably be to not autodetect the content-type. We use...