Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Charts
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
魏国强
Charts
Commits
b2420eeb
Commit
b2420eeb
authored
Feb 08, 2021
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add configmap retrieving configured scheme
parent
f34d4be8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
test/minio/1.2.0/questions.yaml
test/minio/1.2.0/questions.yaml
+1
-1
test/minio/1.2.0/templates/configmap.yaml
test/minio/1.2.0/templates/configmap.yaml
+10
-0
No files found.
test/minio/1.2.0/questions.yaml
View file @
b2420eeb
...
@@ -11,7 +11,7 @@ groups:
...
@@ -11,7 +11,7 @@ groups:
portals
:
portals
:
web_portal
:
web_portal
:
protocols
:
protocols
:
-
"
http
"
-
"
$kubernetes-resource_configmap_minio-config_protocol
"
host
:
host
:
-
"
$node_ip"
-
"
$node_ip"
ports
:
ports
:
...
...
test/minio/1.2.0/templates/configmap.yaml
0 → 100644
View file @
b2420eeb
{{
$scheme
:
= "http"
}}
{{
if eq (include "minio.certAvailable" .) "true"
}}
{{
$scheme = "https"
}}
{{
end
}}
apiVersion
:
v1
kind
:
ConfigMap
metadata
:
name
:
minio-config
data
:
protocol
:
{{
$scheme
}}
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