Skip to content

Commit

Permalink
Ensure that the new piped pod should be initialized only after the ol…
Browse files Browse the repository at this point in the history
…d one was terminated (#561)

**What this PR does / why we need it**:

**Which issue(s) this PR fixes**:

Fixes #

**Does this PR introduce a user-facing change?**:
<!--
If no, just write "NONE" in the release-note block below.
-->
```release-note
NONE
```

This PR was merged by Kapetanios.
  • Loading branch information
nghialv committed Jul 29, 2020
1 parent a04a614 commit 57b9b89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/piped/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
{{- include "piped.labels" . | nindent 4 }}
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
{{- include "piped.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit 57b9b89

Please sign in to comment.