Open yashoza19 opened 1 year ago
tenant operator fails to delete namespace due to active finalizer of Kind: IntegrationConfig.
Kind: IntegrationConfig
(The output of opcap run)
opcap check --audit-plain=OperatorInstall
Should delete the namespace.
Does not delete the namespace as there is a instance of IntegrationConfig created while installing the operator.
https://docs.stakater.com/content/sre/multi-tenant-operator/installation.html#4-configuring-integrationconfig
Bug Description
tenant operator fails to delete namespace due to active finalizer of
Kind: IntegrationConfig
.Version and Command Invocation
(The output of opcap run)
Steps to Reproduce:
opcap check --audit-plain=OperatorInstall
Expected Result
Should delete the namespace.
Actual Result
Does not delete the namespace as there is a instance of IntegrationConfig created while installing the operator.