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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
09c3c95d
Commit
09c3c95d
authored
Nov 23, 2018
by
Amit Rathi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cert manager changes based on review comments
parent
16248dc8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
app/models/clusters/applications/cert_manager.rb
app/models/clusters/applications/cert_manager.rb
+5
-1
No files found.
app/models/clusters/applications/cert_manager.rb
View file @
09c3c95d
...
...
@@ -39,10 +39,14 @@ module Clusters
def
cluster_issuer_file
{
'cluster_issuer.yaml'
:
cluster_issuer_
content
.
deep_merge
(
cluster_issue_overlay
)
'cluster_issuer.yaml'
:
cluster_issuer_
yaml_content
}
end
def
cluster_issuer_yaml_content
YAML
.
dump
(
cluster_issuer_content
.
deep_merge
(
cluster_issue_overlay
))
end
def
cluster_issuer_content
YAML
.
load_file
(
cluster_issuer_file_path
)
end
...
...
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