appuio / component-openshift4-ingress

Commodore component to manage Ingress Controllers on OpenShift 4
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Add support to remove extra secrets and certificates #25

Closed simu closed 2 years ago

simu commented 2 years ago

In some cases, users may want to remove extra secrets or certificates which were configured higher up in the hierarchy.

This commit implements support to remove secrets or certificates by setting the key in the parameter to null.

Checklist