Mailu / helm-charts

Development repo for helm charts
126 stars 130 forks source link

Fix rspamd.overrides configmap #307

Closed fiskhest closed 3 months ago

fiskhest commented 1 year ago

I wanted to enable rspamd.overrides, but when installing that through helm the rspamd pod would deploy with an error:

  Warning  FailedMount  23s (x7 over 55s)  kubelet            MountVolume.SetUp failed for volume "overrides" : configmap "mailu-rspamd-override" not found

To fix this I had to patch in the proposed change because of how https://github.com/Mailu/helm-charts/blob/master/mailu/templates/rspamd/configmap.yaml#L1 is written.

github-actions[bot] commented 11 months ago

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

fiskhest commented 11 months ago

@fastlorenzo may I get a review please?

github-actions[bot] commented 10 months ago

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

fiskhest commented 10 months ago

Still waiting for a review - this is verified fixed within my own cluster.

github-actions[bot] commented 9 months ago

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

fiskhest commented 9 months ago

Bump

github-actions[bot] commented 7 months ago

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

fiskhest commented 7 months ago

Still actual

github-actions[bot] commented 6 months ago

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

fiskhest commented 5 months ago

Not stale.

github-actions[bot] commented 4 months ago

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

fastlorenzo commented 3 months ago

Closed in favor of #337