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
c46633af
Commit
c46633af
authored
Oct 21, 2020
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Have description for enum values
parent
3d1bb1c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
19 deletions
+38
-19
charts/ix-chart/2010.0.1/questions.yaml
charts/ix-chart/2010.0.1/questions.yaml
+38
-19
No files found.
charts/ix-chart/2010.0.1/questions.yaml
View file @
c46633af
...
...
@@ -31,9 +31,12 @@ questions:
default
:
"
Deployment"
required
:
true
enum
:
-
"
Deployment"
-
"
Job"
-
"
CronJob"
-
value
:
"
Deployment"
description
:
"
Deploy
a
Deployment
workload"
-
value
:
"
Job"
description
:
"
Deploy
job
workload"
-
value
:
"
CronJob"
description
:
"
Deploy
cronjob
workload"
# Cronjob schedule
-
variable
:
cronSchedule
...
...
@@ -72,9 +75,12 @@ questions:
type
:
string
default
:
"
IfNotPresent"
enum
:
-
"
IfNotPresent"
-
"
Always"
-
"
Never"
-
value
:
"
IfNotPresent"
description
:
"
Only
pull
image
if
not
present
on
host"
-
value
:
"
Always"
description
:
"
Always
pull
image
even
if
present
on
host"
-
value
:
"
Never"
description
:
"
Never
pull
image
even
if
it's
not
present
on
host"
# Update strategy
-
variable
:
updateStrategy
...
...
@@ -86,8 +92,10 @@ questions:
show_if
:
[[
"
workloadType"
,
"
="
,
"
Deployment"
]]
default
:
"
RollingUpdate"
enum
:
-
"
RollingUpdate"
-
"
Recreate"
-
value
:
"
RollingUpdate"
description
:
"
Create
new
pods
and
then
kill
old
ones"
-
value
:
"
Recreate"
description
:
"
Kill
existing
pods
before
creating
new
ones"
# Restart Policy
-
variable
:
restartPolicy
...
...
@@ -98,9 +106,12 @@ questions:
show_if
:
[[
"
workloadType"
,
"
="
,
"
Deployment"
]]
default
:
"
Always"
enum
:
-
"
Always"
-
"
OnFailure"
-
"
Never"
-
value
:
"
Always"
description
:
"
Always
restart
containers
in
a
pod
if
they
exit"
-
value
:
"
OnFailure"
description
:
"
Only
restart
containers
if
they
exit
with
a
failure"
-
value
:
"
Never"
description
:
"
Never
restart
containers
if
they
exit"
-
variable
:
jobRestartPolicy
description
:
"
Restart
Policy
for
workload"
label
:
"
Restart
Policy"
...
...
@@ -109,8 +120,10 @@ questions:
default
:
"
OnFailure"
show_if
:
[[
"
workloadType"
,
"
!="
,
"
Deployment"
]]
enum
:
-
"
OnFailure"
-
"
Never"
-
value
:
"
OnFailure"
description
:
"
Only
restart
job
if
it
fails"
-
value
:
"
Never"
description
:
"
Never
restart
job
even
if
it
fails"
# Configurable CMD / Entrypoint / Environment Variables
-
variable
:
containerCommand
...
...
@@ -201,8 +214,10 @@ questions:
type
:
string
required
:
true
enum
:
-
"
dhcp"
-
"
static"
-
value
:
"
dhcp"
description
:
"
Use
DHCP"
-
value
:
"
static"
description
:
"
Use
static
IP"
show_subquestions_if
:
"
static"
subquestions
:
-
variable
:
staticIPConfigurations
...
...
@@ -246,8 +261,10 @@ questions:
type
:
string
default
:
"
Default"
enum
:
-
"
Default"
-
"
None"
-
value
:
"
Default"
description
:
"
Use
Default
DNS
Policy"
-
value
:
"
None"
description
:
"
Ignore
DNS
settings
from
the
Kuberentes
cluster"
-
variable
:
dnsConfig
label
:
"
DNS
Configuration"
group
:
"
Networking"
...
...
@@ -304,8 +321,10 @@ questions:
type
:
string
default
:
"
TCP"
enum
:
-
"
TCP"
-
"
UDP"
-
value
:
"
TCP"
description
:
"
TCP
Protocol"
-
value
:
"
UDP"
description
:
"
UDP
Protocol"
# Storage Options
# Host path based volumes
...
...
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