You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the MutatingWebhookConfiguration that is installed with Keptn is configured to be enabled for all namespaces, with the namespace of Keptn and some others being excluded. However, in some cases it might be desirable to inverse this, and only enable the webhook for a list of selected namespaces, in order to not affect other namespaces (e.g. by pods not being able to start anymore in case the Keptn installation went wrong).
DoD:
Add an option for enabling the MutatingWebhookConfiguration for a list of selected namespaces to the helm chart
If no option list is provided in the Helm Value, then we will operate like the current behavior, i.e., all namespaces will be "monitored"
Integration test
Document this in the installation page
The text was updated successfully, but these errors were encountered:
Currently, the MutatingWebhookConfiguration that is installed with Keptn is configured to be enabled for all namespaces, with the namespace of Keptn and some others being excluded. However, in some cases it might be desirable to inverse this, and only enable the webhook for a list of selected namespaces, in order to not affect other namespaces (e.g. by pods not being able to start anymore in case the Keptn installation went wrong).
DoD:
The text was updated successfully, but these errors were encountered: