Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
H
Helm Charts for Minds Projects
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Helm Charts for Minds Projects
Commits
4a1bdcfb
Commit
4a1bdcfb
authored
1 hour ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fix): change hook events
parent
a8a1ab0c
sandbox-wip
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
job-installer.yaml
minds/templates/job-installer.yaml
+3
-3
No files found.
minds/templates/job-installer.yaml
View file @
4a1bdcfb
...
...
@@ -10,9 +10,9 @@ metadata:
annotations
:
# This is what defines this resource as a hook. Without this line, the
# job is considered part of the release.
"
helm.sh/hook"
:
post-install
"
helm.sh/hook-weight"
:
"
-
5"
"
helm.sh/hook-delete-policy"
:
hook-succeeded,hook-failed
"
helm.sh/hook"
:
post-install
, post-upgrade
"
helm.sh/hook-weight"
:
"
5"
"
helm.sh/hook-delete-policy"
:
hook-succeeded,hook-failed
, before-hook-creation
spec
:
backoffLimit
:
500
activeDeadlineSeconds
:
1000
...
...
This diff is collapsed.
Click to expand it.
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