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
88bda7e5
Commit
88bda7e5
authored
Feb 02, 2021
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ipfs chart to use new format for storage volumes
parent
7fea12a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
70 additions
and
66 deletions
+70
-66
test/ipfs/1.0.1/questions.yaml
test/ipfs/1.0.1/questions.yaml
+70
-66
No files found.
test/ipfs/1.0.1/questions.yaml
View file @
88bda7e5
...
...
@@ -121,75 +121,79 @@ questions:
default
:
9880
required
:
true
-
variable
:
ipfsDataHostPathEnabled
label
:
"
Configure
Host
Path
for
IPFS
data"
group
:
"
Storage"
schema
:
type
:
boolean
default
:
false
show_subquestions_if
:
true
subquestions
:
-
variable
:
ipfsDataHostPath
label
:
"
Specify
HostPath
for
IPFS
data"
schema
:
type
:
hostpath
-
variable
:
ipfsDataVolume
label
:
"
IPFS
Data
Volume
Defaults"
group
:
"
Storage"
schema
:
type
:
dict
$ref
:
-
"
normalize/ixVolume"
show_if
:
[[
"
ipfsDataHostPathEnabled"
,
"
="
,
false
]]
attrs
:
-
variable
:
mountPath
label
:
"
Mount
Path"
description
:
"
Path
where
the
volume
will
be
mounted
inside
the
pod"
schema
:
type
:
path
editable
:
false
default
:
"
/data/ipfs"
-
variable
:
datasetName
label
:
"
IPFS
Data
Dataset
Name"
schema
:
type
:
string
default
:
"
ix-ipfs-data"
editable
:
false
-
variable
:
ipfsStagingHostPathEnabled
label
:
"
Configure
Host
Path
for
IPFS
staging
data"
group
:
"
Storage"
schema
:
type
:
boolean
default
:
false
show_subquestions_if
:
true
subquestions
:
-
variable
:
ipfsStagingHostPath
label
:
"
Specify
HostPath
for
IPFS
staging
data"
schema
:
type
:
hostpath
-
variable
:
ipfsStagingVolume
label
:
"
IPFS
Staging
Volume
Defaults"
-
variable
:
appVolumeMounts
label
:
"
IPFS
Storage"
group
:
"
Storage"
schema
:
type
:
dict
$ref
:
-
"
normalize/ixVolume"
show_if
:
[[
"
ipfsStagingHostPathEnabled"
,
"
="
,
false
]]
attrs
:
-
variable
:
mountPath
label
:
"
Mount
Path"
description
:
"
Path
where
the
volume
will
be
mounted
inside
the
pod"
-
variable
:
staging
label
:
"
Staging
Volume"
schema
:
type
:
path
editable
:
false
default
:
"
/export"
-
variable
:
datasetName
label
:
"
IPFS
Staging
Dataset
Name"
type
:
dict
$ref
:
-
"
normalize/ixVolume"
attrs
:
-
variable
:
datasetName
label
:
"
IPFS
Staging
Volume
Dataset
Name"
schema
:
type
:
string
$ref
:
-
"
normalize/ixVolume"
show_if
:
[[
"
hostPathEnabled"
,
"
="
,
false
]]
default
:
"
ix-ipfs-staging"
editable
:
false
-
variable
:
mountPath
label
:
"
Mount
Path"
description
:
"
Path
where
the
volume
will
be
mounted
inside
the
pod"
schema
:
type
:
path
editable
:
false
default
:
"
/export"
-
variable
:
hostPathEnabled
label
:
"
host
Path
Enabled"
schema
:
type
:
boolean
default
:
false
show_subquestions_if
:
true
subquestions
:
-
variable
:
hostPath
label
:
"
Host
Path"
schema
:
type
:
hostpath
required
:
true
-
variable
:
data
label
:
"
Data
Volume"
schema
:
type
:
string
default
:
"
ix-ipfs-staging"
editable
:
false
type
:
dict
$ref
:
-
"
normalize/ixVolume"
attrs
:
-
variable
:
datasetName
label
:
"
IPFS
Data
Volume
Dataset
Name"
schema
:
type
:
string
$ref
:
-
"
normalize/ixVolume"
show_if
:
[[
"
hostPathEnabled"
,
"
="
,
false
]]
default
:
"
ix-ipfs-data"
editable
:
false
-
variable
:
mountPath
label
:
"
Mount
Path"
description
:
"
Path
where
the
volume
will
be
mounted
inside
the
pod"
schema
:
type
:
path
editable
:
false
default
:
"
/data/ipfs"
-
variable
:
hostPathEnabled
label
:
"
host
Path
Enabled"
schema
:
type
:
boolean
default
:
false
show_subquestions_if
:
true
subquestions
:
-
variable
:
hostPath
label
:
"
Host
Path"
schema
:
type
:
hostpath
required
:
true
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