Commit 6ac2167a authored by Thong Kuah's avatar Thong Kuah

Merge branch 'fix-local-tiller-default-enabled' into 'master'

Fix local tiller default enabled inconsistency

See merge request gitlab-org/gitlab!37494
parents 999c7200 e373613a
......@@ -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