Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
65157065
Unverified
Commit
65157065
authored
May 16, 2019
by
Martin Hickey
Committed by
GitHub
May 16, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5742 from pgaxatte/patch-2
Add missing test hooks in the list of annotations
parents
b4ff4d2f
7e054897
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
charts_hooks.md
docs/charts_hooks.md
+4
-0
No files found.
docs/charts_hooks.md
View file @
65157065
...
...
@@ -49,6 +49,10 @@ The following hooks are defined:
have been modified.
-
crd-install: Adds CRD resources before any other checks are run. This is used
only on CRD definitions that are used by other manifests in the chart.
-
test-success: Executes when running
`helm test`
and expects the pod to
return successfully (return code == 0).
-
test-failure: Executes when running
`helm test`
and expects the pod to
fail (return code != 0).
## Hooks and the Release Lifecycle
...
...
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