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
Boxiang Sun
gitlab-ce
Commits
9737cc8a
Commit
9737cc8a
authored
Nov 19, 2018
by
Amit Rathi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleaned up cert_manager
parent
95e3a80e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
+2
-11
app/models/clusters/applications/cert_manager.rb
app/models/clusters/applications/cert_manager.rb
+2
-11
No files found.
app/models/clusters/applications/cert_manager.rb
View file @
9737cc8a
...
...
@@ -13,15 +13,7 @@ module Clusters
include
::
Clusters
::
Concerns
::
ApplicationData
default_value_for
:version
,
VERSION
def
ready_status
[
:installed
]
end
def
ready?
ready_status
.
include?
(
status_name
)
end
def
chart
'stable/cert-manager'
end
...
...
@@ -32,7 +24,7 @@ module Clusters
version:
VERSION
,
rbac:
cluster
.
platform_kubernetes_rbac?
,
chart:
chart
,
files:
files
.
merge
!
(
cluster_issuer_file
),
files:
files
.
merge
(
cluster_issuer_file
),
postinstall:
post_install_script
)
end
...
...
@@ -61,4 +53,3 @@ module Clusters
end
end
end
\ No newline at end of file
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