Commit 1db5cdee authored by James Fargher's avatar James Fargher

Merge branch 'cilium-uninstall-comment' into 'master'

Add comment about uninstalling Cilium application

See merge request gitlab-org/gitlab!36403
parents d5e40f0d 7e8565fd
......@@ -8,6 +8,11 @@ module Clusters
include ::Clusters::Concerns::ApplicationCore
include ::Clusters::Concerns::ApplicationStatus
# Cilium can only be installed and uninstalled through the
# cluster-applications project by triggering CI pipeline for a
# management project. UI operations are not available for such
# applications. More information:
# https://docs.gitlab.com/ee/user/clusters/management_project.html
def allowed_to_uninstall?
false
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment