Skip to content

Commit

Permalink
Correct pull policy used for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiorua committed Oct 31, 2020
1 parent b9d82f6 commit 2e587a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ helm upgrade --install kube-tagger sergiorua/kube-tagger
| image.backoffLimit | int | `3` | |
| image.containerPort | int | `8080` | |
| image.namespace | string | `"kube-system"` | |
| image.pullPolicy | string | `"Always"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"sergrua/kube-tagger"` | |
| image.tag | string | `"release-0.0.9"` | |
| nodeSelector | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ helm upgrade --install kube-tagger sergiorua/kube-tagger
| image.backoffLimit | int | `3` | |
| image.containerPort | int | `8080` | |
| image.namespace | string | `"kube-system"` | |
| image.pullPolicy | string | `"Always"` | |
| image.pullPolicy | string | `""IfNotPresent` | |
| image.repository | string | `"sergrua/kube-tagger"` | |
| image.tag | string | `"release-0.0.5"` | |
| nodeSelector | object | `{}` | |
Expand Down

0 comments on commit 2e587a7

Please sign in to comment.