Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
2bb75733
Commit
2bb75733
authored
Nov 20, 2018
by
Amit Rathi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated schema.rb and remove extra char from install_command
parent
1c7372ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
db/schema.rb
db/schema.rb
+11
-0
lib/gitlab/kubernetes/helm/install_command.rb
lib/gitlab/kubernetes/helm/install_command.rb
+1
-1
No files found.
db/schema.rb
View file @
2bb75733
...
...
@@ -640,6 +640,17 @@ ActiveRecord::Schema.define(version: 20181107054254) do
t
.
index
[
"user_id"
],
name:
"index_clusters_on_user_id"
,
using: :btree
end
create_table
"clusters_applications_cert_managers"
,
force: :cascade
do
|
t
|
t
.
integer
"cluster_id"
,
null:
false
t
.
integer
"status"
,
null:
false
t
.
string
"version"
,
null:
false
t
.
string
"email"
,
null:
false
t
.
datetime_with_timezone
"created_at"
,
null:
false
t
.
datetime_with_timezone
"updated_at"
,
null:
false
t
.
text
"status_reason"
t
.
index
[
"cluster_id"
],
name:
"index_clusters_applications_cert_managers_on_cluster_id"
,
using: :btree
end
create_table
"clusters_applications_helm"
,
force: :cascade
do
|
t
|
t
.
integer
"cluster_id"
,
null:
false
t
.
datetime_with_timezone
"created_at"
,
null:
false
...
...
lib/gitlab/kubernetes/helm/install_command.rb
View file @
2bb75733
...
...
@@ -64,7 +64,7 @@ module Gitlab
optional_version_flag
+
rbac_create_flag
+
namespace_flag
+
value_flag
+
value_flag
end
def
rbac_create_flag
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment