summaryrefslogtreecommitdiff
path: root/app/models/user_callout.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/user_callout.rb')
-rw-r--r--app/models/user_callout.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/user_callout.rb b/app/models/user_callout.rb
index a7cfe5df7c0..e4b69382626 100644
--- a/app/models/user_callout.rb
+++ b/app/models/user_callout.rb
@@ -2,7 +2,7 @@ class UserCallout < ActiveRecord::Base
belongs_to :user
enum feature_name: {
- gke_cluster_integration: 0
+ gke_cluster_integration: 1
}
validates :user, presence: true