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
bc20b318
Unverified
Commit
bc20b318
authored
Jan 30, 2021
by
Kjeld Schouten-Lebbing
Committed by
GitHub
Jan 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong enum example in readme
parent
912ec110
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
README.md
README.md
+6
-3
No files found.
README.md
View file @
bc20b318
...
@@ -76,9 +76,12 @@ questions:
...
@@ -76,9 +76,12 @@ questions:
type: string
type: string
default: "IfNotPresent"
default: "IfNotPresent"
enum:
enum:
- "IfNotPresent"
- value: "IfNotPresent"
- "Always"
description: "Only pull image if not present on host"
- "Never"
- 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"
```
```
The above will prompt the user with 2 text fields and a dropdown in the UI getting details for image configuration in a helm chart.
The above will prompt the user with 2 text fields and a dropdown in the UI getting details for image configuration in a helm chart.
...
...
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