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
25e851ec
Unverified
Commit
25e851ec
authored
Oct 30, 2017
by
Joan Rieu
Committed by
GitHub
Oct 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(templates): fix and expand config checksum example
parent
e464479c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
charts_tips_and_tricks.md
docs/charts_tips_and_tricks.md
+5
-3
No files found.
docs/charts_tips_and_tricks.md
View file @
25e851ec
...
...
@@ -134,9 +134,8 @@ be updated with a subsequent `helm upgrade`, but if the
deployment spec itself didn't change the application keeps running
with the old configuration resulting in an inconsistent deployment.
The
`sha256sum`
function can be used together with the
`include`
function to ensure a deployments template section is updated if another
spec changes:
The
`sha256sum`
function can be used to ensure a deployment's
annotation section is updated if another file changes:
```
yaml
kind
:
Deployment
...
...
@@ -148,6 +147,9 @@ spec:
[
...
]
```
See also the
`helm upgrade --recreate-pods`
flag for a slightly
different way of addressing this issue.
## Tell Tiller Not To Delete a Resource
Sometimes there are resources that should not be deleted when Helm runs a
...
...
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