Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
charts
Commits
0818be19
Commit
0818be19
authored
Apr 18, 2019
by
Guangbo Chen
Committed by
Guangbo
Apr 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ci lint fail on portworx
parent
4d6679e0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
portworx-ds.yaml
charts/portworx/v1.0.1/templates/portworx-ds.yaml
+2
-2
values.yaml
charts/portworx/v1.0.1/values.yaml
+1
-1
No files found.
charts/portworx/v1.0.1/templates/portworx-ds.yaml
View file @
0818be19
...
...
@@ -102,11 +102,11 @@ spec:
{{
- if empty $etcdEndPoints
}}
{{
- if eq $internalKVDB false
}}
"
{{
required
"
A valid kvdb url is required." .kvdb
}}
"
"
{{
required
"
A valid kvdb url is required." .kvdb
}}
"
{{-
end
-}}
{{-
else
}}
"
-k"
,
"
{{
regexReplaceAllLiteral
"
(;)" .kvdb "
,
"
}}"
,
{{
end -
}}
{{
-
end -
}}
"
-c"
,
"
{{
required
"
Clustername cannot be empty" .clusterName
}}
"
,
...
...
charts/portworx/v1.0.1/values.yaml
View file @
0818be19
...
...
@@ -4,7 +4,7 @@ usefileSystemDrive: false # true/false Instructs PX to use an unmoun
usedrivesAndPartitions
:
false
# Defaults to false. Change to true and PX will use unmounted drives and partitions.
journalDevice
:
kvdb
:
kvdb
:
"
etcd:http://192.168.70.90:2379"
internalKVDB
:
false
# internal KVDB
etcd
:
credentials
:
none:none
# Username and password for ETCD authentication in the form user:password
...
...
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