Skip to content

Commit

Permalink
Pod to restart as variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Aug 21, 2023
1 parent 5a42784 commit 514753b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
name: common
version: 0.3.3
version: 0.3.4
type: library
home: https://celo.org
icon: https://pbs.twimg.com/profile_images/1613170131491848195/InjXBNx9_400x400.jpg
Expand Down
2 changes: 1 addition & 1 deletion charts/common/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ spec:
- -c
args:
- |
kubectl delete pod -n {{ .Release.Namespace }} {{ template "common.fullname" . }}-{{ .podIndex }}-0
kubectl delete pod -n {{ .Release.Namespace }} {{ .podName }}
image: bitnami/kubectl:latest
imagePullPolicy: Always
terminationMessagePath: /dev/termination-log
Expand Down

0 comments on commit 514753b

Please sign in to comment.