Skip to content

Support reconciling the spamcheck chart

Jason Young requested to merge 624-support-spamcheck into master

What does this MR do?

This adds functions for reconciling the GitLab Spamcheck chart's configmap, service, and deployment objects

Related issues

Closes #624 (closed)

Testing

Set TAG to 624-support-spamcheck and add:

values:
  global:
    spamcheck:
      enabled: true

to the GitLab Custom Resource - and observe that the spamcheck configmap, service, and deployment are created in the cluster.

Edited by Jason Young

Merge request reports