Commit e373613a authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason Committed by Thong Kuah

Fix local tiller default enabled inconsistency

I missed this in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35562

See also https://gitlab.com/gitlab-org/gitlab/-/issues/209736
parent 999c7200
......@@ -7,7 +7,7 @@ class Clusters::BaseController < ApplicationController
before_action :authorize_read_cluster!
before_action do
push_frontend_feature_flag(:managed_apps_local_tiller, clusterable)
push_frontend_feature_flag(:managed_apps_local_tiller, clusterable, default_enabled: true)
end
helper_method :clusterable
......
---
title: Fix local Tiller not being default-enabled on the frontend
merge_request: 37494
author:
type: fixed
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