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
02ab2bd4
Commit
02ab2bd4
authored
Apr 13, 2018
by
Guangbo Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update chart storage class settings
parent
653e7915
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
49 additions
and
4 deletions
+49
-4
questions.yml
charts/magento/0/questions.yml
+15
-0
questions.yml
charts/mysql/0/questions.yml
+5
-0
questions.yml
charts/redis/0/questions.yml
+7
-2
questions.yml
charts/wordpress/0/questions.yml
+22
-2
No files found.
charts/magento/0/questions.yml
View file @
02ab2bd4
...
...
@@ -44,6 +44,16 @@ questions:
-
"
false"
required
:
true
label
:
MariaDB Persistent Volume Enabled
-
variable
:
mariadb.persistence.size
default
:
"
8Gi"
description
:
"
MariaDB
Persistent
Volume
Size"
type
:
string
label
:
MariaDB Volume Size
-
variable
:
mariadb.persistence.storageClass
default
:
"
"
description
:
"
If
unndefined
or
set
to
null,
using
the
default
storageClass.
default
to
null"
type
:
string
label
:
Default Storage Class for MariaDB
-
variable
:
serviceType
default
:
"
ClusterIP"
description
:
"
Magento
Service
type"
...
...
@@ -75,3 +85,8 @@ questions:
description
:
"
Persistent
Volume
Size"
type
:
string
label
:
Persistent Volume Size
-
variable
:
persistence.magento.storageClass
default
:
"
"
description
:
"
If
unndefined
or
set
to
null,
using
the
default
storageClass.
default
to
null"
type
:
string
label
:
Default Storage Class of Magento
charts/mysql/0/questions.yml
View file @
02ab2bd4
...
...
@@ -36,3 +36,8 @@ questions:
description
:
"
Volume
Size"
type
:
string
label
:
Volume Size
-
variable
:
persistence.storageClass
default
:
"
"
description
:
"
If
unndefined
or
set
to
null,
using
the
default
storageClass.
default
to
null"
type
:
string
label
:
Default storageClass
charts/redis/0/questions.yml
View file @
02ab2bd4
...
...
@@ -15,7 +15,7 @@ questions:
label
:
Redis Password
-
variable
:
persistence.enabled
default
:
"
false"
description
:
"
Use
a
PVC
to
persist
data
"
description
:
"
Enable
persistence
volume
for
Redis
"
type
:
enum
options
:
-
"
true"
...
...
@@ -24,6 +24,11 @@ questions:
label
:
Persistent Volume Enabled
-
variable
:
persistence.size
default
:
"
8Gi"
description
:
"
Size
of
data
volum
e"
description
:
"
Persistent
volume
siz
e"
type
:
string
label
:
Persistent Volume Size
-
variable
:
persistence.storageClass
default
:
"
"
description
:
"
If
unndefined
or
set
to
null,
using
the
default
storageClass.
default
to
null"
type
:
string
label
:
Default Storage Class
charts/wordpress/0/questions.yml
View file @
02ab2bd4
...
...
@@ -37,22 +37,42 @@ questions:
label
:
MariaDB Password
-
variable
:
mariadb.persistence.enabled
default
:
"
false"
description
:
"
Enable
persisten
ce
using
PVC
of
MariaDB"
description
:
"
Enable
persisten
t
volume
for
MariaDB"
type
:
enum
options
:
-
"
true"
-
"
false"
required
:
true
label
:
MariaDB Persistent Volume Enabled
-
variable
:
mariadb.persistence.size
default
:
"
8Gi"
description
:
"
MariaDB
Persistent
Volume
Size"
type
:
string
label
:
MariaDB Volume Size
-
variable
:
mariadb.persistence.storageClass
default
:
"
"
description
:
"
If
unndefined
or
set
to
null,
using
the
default
storageClass.
default
to
null"
type
:
string
label
:
Default Storage Class for MariaDB
-
variable
:
persistence.enabled
default
:
"
false"
description
:
"
Enable
persisten
ce
using
PVC
of
Wordpress"
description
:
"
Enable
persisten
t
volume
for
Wordpress"
type
:
enum
options
:
-
"
true"
-
"
false"
required
:
true
label
:
Wordpress Persistent Volume Enabled
-
variable
:
persistence.size
default
:
"
10Gi"
description
:
"
WordPress
Persistent
Volume
Size"
type
:
string
label
:
WordPress Volume Size
-
variable
:
persistence.storageClass
default
:
"
"
description
:
"
If
unndefined
or
set
to
null,
using
the
default
storageClass.
default
to
null"
type
:
string
label
:
Default Storage Class for WordPress
-
variable
:
serviceType
default
:
"
NodePort"
description
:
"
Wordpress
Service
type"
...
...
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