Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Remove restart policy
Browse files Browse the repository at this point in the history
1. It is part of the pod and not the container
2. Deployment can only use `restartPolicy: Always` kubernetes/kubernetes#24725

Helm silently ignores the property, but if I do `helm template` and then do `kubectl apply` I can see the issue.
  • Loading branch information
alex-slynko committed Apr 17, 2019
1 parent 0630e18 commit a0f7b3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helm/eirini/templates/bits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ spec:
- name: bits
image: flintstonecf/bits-service:2.25.0-dev.7
imagePullPolicy: Always
restartPolicy: OnFailure
ports:
- containerPort: 4443
volumeMounts:
Expand Down

0 comments on commit a0f7b3d

Please sign in to comment.